“CSS atacar” Respostas de código

Como criar uma greve no CSS

text-decoration: line-through;
Handsome Hamster

CSS atacar

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

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 atacar”

Perguntas semelhantes a “CSS atacar”

Mais respostas relacionadas para “CSS atacar” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código