how to remove line from anchor tag code example
Example 1: remove underline from a tag
<a style="text-decoration: none">my link</a>
Example 2: how to remove line in href tag in html
text-decoration: none;
Example 3: how to remove line in href tag in html
a, a:hover, a:focus, a:active {