anchor tag attributes to remove underline code example
Example 1: remove underline in anchor tag
text-decoration:none;
Example 2: remove underline from span inside anchor
a span{display: inline-block}
text-decoration:none;
a span{display: inline-block}