1 a, a:hover, a:focus, a:active {
2 text-decoration: none;
3 color: inherit;
4 }1<body>
2 <h2>About</h2>
3 <p>
4 <!-- Just add text decoration style:None -->
5 Our <a href="" style="text-decoration: none;">Team</a>
6 </p>
7</body>1<a style="text-decoration:none" href="http://Example.Microsoft.Com">nonunderlinedhyperlink</a>1how to remove underline from a tag:
2
3<a style="text-decoration:none" href="http://Example.Microsoft.Com">nonunderlinedhyperlink</a>