Answers for "how to remove the underline from hyperlinks using css * code"

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 remove the underline from hyperlinks using css * code"

Browse Popular Code Answers by Language