Answers for "to remove underline from a hyperlink, you will have to use the following css syntax :"

CSS
29

remove underline from link css

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

Code answers related to "to remove underline from a hyperlink, you will have to use the following css syntax :"

Browse Popular Code Answers by Language