Answers for "text decoration not working for link in css"

CSS
4

how to not underline links in css

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

Browse Popular Code Answers by Language