Answers for "how to remove the line in html link"

0

how to remove line in href tag in html

text-decoration: none;
Posted by: Guest on April-16-2021
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
0

how to remove line in href tag in html

color: inherit;
Posted by: Guest on April-16-2021

Code answers related to "how to remove the line in html link"

Browse Popular Code Answers by Language