how can you remove the underline from a link in your css or html code example
Example: remove underline from link css
a, a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
}
a, a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
}