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).

h3 {
  /* Adds both an underline and a line above the text */
  text-decoration-line: underline overline;
}
Initial value
none
Inherited
No
Applies to
allElements
Animation type
discrete

Values

noneunderlineoverlineline-throughblinkspelling-errorgrammar-error
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.

Safe to use without fallbacks.

57+
36+
12.1+
79+
ESC