“CSS atraviesa” Código de respuesta

Cómo crear un strikethrough en CSS

text-decoration: line-through;
Handsome Hamster

CSS atraviesa

style="text-decoration: line-through;"
Poised Penguin

Subraye el texto usando CSS

/* Using 'text-decoration' property with 'underline' value. we can draw underline below the text using css */
<style>
p {
  text-decoration: underline;
}
</style>
<p>Hello all Welcome here !!!</p>
Ankur

Respuestas similares a “CSS atraviesa”

Preguntas similares a “CSS atraviesa”

Más respuestas relacionadas con “CSS atraviesa” en CSS

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código