Answers for "hide link styles in html"

2

How do you display hyperlinks without an underline?

a {
text-decoration: none;
}
Posted by: Guest on September-14-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

Browse Popular Code Answers by Language