Answers for "remove link from anchor tag"

CSS
2

remove underline anchor tag

{
	text-decoration: none;
}
Posted by: Guest on May-25-2020
6

removeable hyperlink line html

<a href="http://yoursite.com/" style="text-decoration:none">yoursite</a>
Posted by: Guest on April-25-2020

Browse Popular Code Answers by Language