CSS property: text-decoration
Property values
Value |
Description |
|---|---|
blink |
This value specifies that the text is displayed as blinking text. |
line-through |
This value specifies that the text is displayed with a line through it. |
none |
This value specifies that no text decoration is applied to the element. |
overline |
This value specifies that the text is displayed with a line above it. |
underline |
This value specifies that the text is underlined. |
inherit |
This value specifies that the element inherits the text-decoration property value from the containing element. |
Parent topic: CSS Properties