Answers for "a tag underline"

14

remove underline html

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

html a tag underline none

a {
    text-decoration: none;
    color: inherit;
}
Posted by: Guest on August-12-2021
5

html underline tag

Ex. Underline word "parragraph" using 'u' tag:

<p>This is a <u>parragraph</u>.</p>
Posted by: Guest on March-16-2020

Browse Popular Code Answers by Language