how to remove underline from link tags in css code example
Example 1: css desactivate underline
text-decoration: none;
Example 2: remove underline in anchor tag
text-decoration:none;
text-decoration: none;
text-decoration:none;