Answers for "how to a tag underline remove"

CSS
16

remove underline html

<a style="text-decoration: none;"></a>
Posted by: Guest on February-20-2020
0

remove underline from <a> HTML

a {
  text-decoration: none;
}
Posted by: Guest on November-27-2020

Browse Popular Code Answers by Language