Ejemplo 1: tachado de CSS
h1 {
text-decoration: overline;
}
h2 {
text-decoration: line-through;
}
h3 {
text-decoration: underline;
}
Ejemplo 2: CSS de decoración de texto
h1 {
text-decoration: overline;
}
h2 {
text-decoration: line-through;
}
h3 {
text-decoration: underline;
}
h4 {
text-decoration: underline overline;
}
Ejemplo 3: tacha de texto css
h2 {
text-decoration: line-through;
}
Ejemplo 4: texto html tachado de CSS
style="text-decoration: line-through;"
Ejemplo 5: como subrayar la fuente en css
h3 {
text-decoration: underline;
}
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)