Answers for "html underline none"

1

html a tag underline none

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

Browse Popular Code Answers by Language