disable a tag underline code example
Example 1: remove underline anchor tag
{
text-decoration: none;
}
Example 2: underlive coming uner anchor tag after clicking
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
{
text-decoration: none;
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}