link without underline code example
Example 1: html a link no underline
text-decoration: none;
Example 2: How do you display hyperlinks without an underline?
{
text-decoration:none;
}
Example 3: How do you display hyperlinks without an underline?
a {
text-decoration: none;
}