html a no underscore code example
Example 1: remove underline from a tag
<a style="text-decoration: none">my link</a>
Example 2: how to remove underline from link
<a style="text-decoration:none" href="http://Example.Microsoft.Com">nonunderlinedhyperlink</a>