Removing link underline:
<html>
<head>
<title>This is my page</title>
<style type="text/css">
<!-- A{text-decoration:none}
-->
</style>
</head>
<body>
<h1><p align="center">Welcome to Vertual IT Academy!</p></h1><hr />
<a href="http://www.tbsbd.blogspot.com/">Free online Computer Tutorials no underline</a><img src="a.jpg" alt="" width="150" height="50" />
</body>
</html>
or,
<A STYLE="text-decoration:none" HREF="link.html">
This is an unusual link, it has no underline</A>
<A HREF="link.html">
This is a normal link, it's underlined</A>
used to do link properly.
Comments
Post a Comment