Supprimer un soulignement d'un lien CSS
a, a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
}
k-vernooy
a, a:hover, a:focus, a:active {
text-decoration: none;
color: inherit;
}
<a style="text-decoration:none" href="http://Example.Microsoft.Com">nonunderlinedhyperlink</a>
a{
text-decoration: none;
}