Answers for "underline anchor tag"

1

html a tag underline none

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

Code answers related to "underline anchor tag"

Browse Popular Code Answers by Language