“CSS Strikethrough HTML Text” Respostas de código

CSS Strikethrough HTML Text

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

Como sublinhar a fonte no CSS

h3 {
  text-decoration: underline;
}
Dark Dunlin

Sublinhe o 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

Respostas semelhantes a “CSS Strikethrough HTML Text”

Perguntas semelhantes a “CSS Strikethrough HTML Text”

Mais respostas relacionadas para “CSS Strikethrough HTML Text” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código