how to get rid of underline in css a tag code example
Example 1: how to remove underline from link
<a style="text-decoration:none" href="http://Example.Microsoft.Com">nonunderlinedhyperlink</a>
Example 2: remove underline in anchor tag
text-decoration:none;