Answers for "css code to display hyperlinks without an underline"

2

How do you display hyperlinks without an underline?

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

Code answers related to "css code to display hyperlinks without an underline"

Browse Popular Code Answers by Language