Answers for "Question 7 The text-decoration property is used to style links with an underline. What text-decoration value will remove this underline from a link?"

3

remove underline from a tag

<a style="text-decoration: none">my link</a>
Posted by: Guest on May-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 "Question 7 The text-decoration property is used to style links with an underline. What text-decoration value will remove this underline from a link?"

Browse Popular Code Answers by Language