Answers for "how to get rid of the line under a link in html"

2

How do you display hyperlinks without an underline?

a {
text-decoration: none;
}
Posted by: Guest on September-14-2020

Code answers related to "how to get rid of the line under a link in html"

Browse Popular Code Answers by Language