Answers for "a href tag style none"

2

remove underline anchor tag

{
	text-decoration: none;
}
Posted by: Guest on May-25-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