Answers for "remove line under hyperlink html"

CSS
9

remove underline from hyperlink

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

how to remove line in href tag in html

a, a:hover, a:focus, a:active {
Posted by: Guest on April-16-2021

Browse Popular Code Answers by Language