remove line from a tag css code example
Example 1: remove underline html
<a style="text-decoration: none;"></a>
Example 2: remove underline from a tag
<a style="text-decoration: none">my link</a>
<a style="text-decoration: none;"></a>
<a style="text-decoration: none">my link</a>