Answers for "css remove red underline"

CSS
0

a tag remove underline css

a, u {
  text-decoration: none;
}
Posted by: Guest on March-07-2022
0

text decoration underline not removing

a:link {
  text-decoration: none!important;
}
Posted by: Guest on August-12-2021

Browse Popular Code Answers by Language