-
Remove the underline function of a link in HTML
Date: Feb 27, 2009 | Categories: Html | Written By: Mike Ballan
To remove the underline of a link in HTML all you need to do is add this bit of code to the a href code.
<a href="" style="text-decoration:none">Link</a>
