Как удалить ссылку синий цвет с тега с помощью CSS
a, a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
}
Ankur
a, a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
}
<a href="Link Here" style="color: Color Here"><b>Link Name</b></a> <!--- You dont need the bold tags btw ---!>