“CSS Strikethrough html texto” Código de respuesta

CSS Strikethrough html texto

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

Cómo subrayar la fuente en CSS

h3 {
  text-decoration: underline;
}
Dark Dunlin

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 Strikethrough html texto”

Preguntas similares a “CSS Strikethrough html texto”

Más respuestas relacionadas con “CSS Strikethrough html texto” en CSS

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código