How to remove link underline
Example analysis:
a {text-decoration:none;}
##text- The decoration attribute is used to specify decorations added to the text.
a tag is used to define hyperlinks.
When you set the text-decoration:none:none; style to the a tag, you can remove the underline of the link.