Answers for "remove default underline from <a> in html"

3

remove underline from a tag

<a style="text-decoration: none">my link</a>
Posted by: Guest on May-06-2020
-1

underlive coming uner anchor tag after clicking

a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
}
Posted by: Guest on July-19-2020

Browse Popular Code Answers by Language