Answers for "html css how to make link not underline"

CSS
4

how to not underline links in css

a {
    text-decoration: none;
}
Posted by: Guest on November-10-2020

Code answers related to "html css how to make link not underline"

Browse Popular Code Answers by Language