text-decoration-line
Sets which type of decorative line should be added to the text. You can add more than one line at once (like an underline and an overline).
It is documented as part of the CSS Text Decoration specification.
Syntax
/* Usage Example */
h3 {
/* Adds both an underline and a line above the text */
text-decoration-line: underline overline;
}
/* Syntax */
text-decoration-line: none;
text-decoration-line: underline;
text-decoration-line: overline;
text-decoration-line: line-through;
text-decoration-line: blink;
text-decoration-line: spelling-error;
text-decoration-line: grammar-error;
/* Global values */
text-decoration-line: inherit;
text-decoration-line: initial;
text-decoration-line: revert;
text-decoration-line: revert-layer;
text-decoration-line: unset;
text-decoration-line Browser support
Widely available
Since
2015 95% global usage
This feature is well established and works across many devices and browser versions. It has been available across browsers since 2015.
57+
36+
12.1+
79+