how to make href 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;
}
text-decoration: none;
{
text-decoration:none;
}