Page 72 - Modul Web
P. 72

<link rel="stylesheet" type="text/css" href="style.css">

               </head>
               <body>
                       <a class="link" href="http://www.malasngoding.com">Klik di sini</a>

               </body>
               </html>



               style.css

               .link{
                    font-size: 20pt;

               }
               .link:hover{
                       color: red;

               }
               .link:link{

                       color: blue;
               }








































                                                                                                         72
   67   68   69   70   71   72   73   74   75   76   77