disable text decoration css code example
Example 1: remove underline html
<a style="text-decoration: none;"></a>
Example 2: a no line css
text-decoration: none;
<a style="text-decoration: none;"></a>
text-decoration: none;