how to turn off underline for a in 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;
}