Answers for "how i can remove the underline in link in html"

CSS
29

remove underline from hyperlink

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }
Posted by: Guest on December-21-2019

Code answers related to "how i can remove the underline in link in html"

Browse Popular Code Answers by Language