how to remove the line in href code example
Example 1: remove underline html
<a style="text-decoration: none;"></a>
Example 2: remove underline in a a
text-decoration:none;
<a style="text-decoration: none;"></a>
text-decoration:none;