Answers for "how do you remove the undeline on a hyperlink"

CSS
21

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 do you remove the undeline on a hyperlink"

Browse Popular Code Answers by Language