html anchor without underline code example
Example 1: remove underline html
<a style="text-decoration: none;"></a>
Example 2: remove underline anchor tag
{
text-decoration: none;
}
<a style="text-decoration: none;"></a>
{
text-decoration: none;
}