Answers for "underline in a tag"

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