how to get rid of underline in links html code example
Example: remove underline from hyperlink
a, a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
}
a, a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
}