Answers for "How do you display hyperlinks without an underline?"

15

remove underline html

<a style="text-decoration: none;"></a>
Posted by: Guest on February-20-2020
2

How do you display hyperlinks without an underline?

{
   text-decoration:none;
}
Posted by: Guest on August-31-2020
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 do you display hyperlinks without an underline?"

Browse Popular Code Answers by Language