The text-decoration
shorthand CSS property sets the appearance of decorative lines on text.
The text-decoration-line
CSS property sets the kind of decoration that is used on text in an element.
none
Default value. Produces no text decoration.
underline
Each line of text has a decorative line beneath it.
line-through
Each line of text has a decorative line going through its middle.
The text-decoration-color
CSS property sets the color of decorations.
The text-decoration-style
CSS property sets the style of the lines specified by text-decoration-line
.
solid
Draws a single line.
double
Draws a double line.
dotted
Draws a dotted line.
dashed
Draws a dashed line.
wavy
Draws a wavy line.
Initial value | empty value |
Applies to | text |
Inherited | yes |
Animatable | no |
text-decoration-thickness
LCD tables only load in the browser