Answers for "html how to remove link underline and color"

CSS
2

remove color and underline from link css

a {
  text-decoration: none;
  /*you can add your own color with : color: #FFF;*/
}
Posted by: Guest on October-16-2021

Code answers related to "html how to remove link underline and color"

Browse Popular Code Answers by Language