“Un subrayador sin” Código de respuesta

Eliminar el estilo del enlace

 a, a:hover, a:focus, a:active {
     text-decoration: none;
     color: inherit;
 }
k-vernooy

Eliminar el estilo de una etiqueta

 a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }
k-vernooy

Cómo eliminar subrayar del enlace en HTML

<body>
   <h2>About</h2>
   <p>
     <!-- Just add text decoration style:None -->
      Our <a href="" style="text-decoration: none;">Team</a>
   </p>
</body>
rabbit.sol

Cómo eliminar subrayado del enlace

<a style="text-decoration:none" href="http://Example.Microsoft.Com">nonunderlinedhyperlink</a>
Disturbed Dunlin

Un subrayador sin

a { text-decoration: none; }
Ugliest Unicorn

Respuestas similares a “Un subrayador sin”

Preguntas similares a “Un subrayador sin”

Más respuestas relacionadas con “Un subrayador sin” en CSS

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código