Answers for "how to remove the underline from achor tag"

3

remove underline from a tag

<a style="text-decoration: none">my link</a>
Posted by: Guest on May-06-2020
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

Code answers related to "how to remove the underline from achor tag"

Browse Popular Code Answers by Language