Syntax: | text-decoration : value |
---|---|
Possible Values : | none | [ underline || overline || line-through || blink ] |
Initial Value : | none |
Applies to: | All elements |
Inherited : | No |
The text-decoration property allows text to be decorated through one of five properties: underline, overline, line-through, blink, or the default, none.
Example:
H2, H3, H4 { text-decoration: underline }
see example in action