Answers for "css code to remove underline from a text"

1

remove underline in anchor tag

text-decoration:none;
Posted by: Guest on August-06-2020
-1

underlive coming uner anchor tag after clicking

a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
}
Posted by: Guest on July-19-2020

Code answers related to "css code to remove underline from a text"

Browse Popular Code Answers by Language