Answers for "how to remove the text underline for a href link in css"

CSS
0

remove basic html style link

a {
  color: blue;
  text-decoration: none; /* no underline */
}
Posted by: Guest on January-08-2021

Code answers related to "how to remove the text underline for a href link in css"

Browse Popular Code Answers by Language