avoid underlining links : Anchor : Basic Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Basic Tags » Anchor »

 

avoid underlining links


 



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Link Style Changes</TITLE>
<STYLE TYPE="text/css">

<!--
.A {text-decoration: none/*  */
-->

</STYLE>
</HEAD>
<BODY LINK="blue" ALINK="red" VLINK="red">
<A HREF="http://www.yahoo.com">Test Link to Yahoo!</A>
</BODY>
</HTML>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Basic Tags
» Anchor