Answers for "a tag style no underline"

4

how to not underline links in css

a {
    text-decoration: none;
}
Posted by: Guest on November-10-2020
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