CSS: Lesson 13 - Style the Links

<html>
 <head>
 <title>Links Styling</title>


 <style >

 p {
 font-family:Arial, Helvetica, sans-serif;
 }

a:visited {
color:Red;
}

a:hover {
font-size:70px;
}
 </style>

 </head>

 <body>

 <a href="http://www.google.com" >Google</a>
<a href="http://www.google.com" >Google 1</a>
<a href="http://www.google.com" >Google 2</a>
<a href="http://www.google.com" >Google 3</a>



 </body>
</html>

0 comments:

TUTORIALS

  • HTML
  • CSS
  • Javascript
  • JQuery
  • PHP
  • MySQL

Labels