Set text-decoration to none for : Anchor : Basic Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Basic Tags » Anchor »

 

Set text-decoration to none for


 
<html>
 <head>
  <title>Set text-decoration to none for <A></title>
  <style type="text/css">
  {
   text-decoration: none;
  }
  </style>  
 </head>
 <body>
  <h1>Title of Page</h1>
  <p>This is a sample paragraph with a 
  <a href="http://www.navioo.com">link</a>.</p>
 </body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Basic Tags
» Anchor