HTML trick

Go4Expert Member
7Aug2009,11:22   #1
msn90's Avatar
hello guys,

I found a trick in the HTML, In this trick, if we create link in the html page then then it automatically show the underline. you can remove it by useing the following HTML code.

Code:
<html>
<body>

<a href="lastpage.htm" 
style="text-decoration:none">
THIS IS A LINK!
</a>

</body>
</html>
amce likes this
Go4Expert Founder
7Aug2009,19:01   #2
shabbir's Avatar
This is something done for years now but looks like you found it recently Enjoy
Banned
7Aug2009,20:30   #3
Saket's Avatar
Hey, thanks nice one yar, yeah may be i found this now only.