Answers for "how to get rid of underline in css a tag"

3

how to remove underline from link

<a style="text-decoration:none" href="http://Example.Microsoft.Com">nonunderlinedhyperlink</a>
Posted by: Guest on October-04-2020
1

remove underline in anchor tag

text-decoration:none;
Posted by: Guest on August-06-2020

Code answers related to "how to get rid of underline in css a tag"

Browse Popular Code Answers by Language