text-decoration

Previous- letter-spacing  |  Next-vertical-align

Description

The text-decoration property allows text to be decorated through one of five properties: underline, overline, line-through, blink, or the default, none.


Initial Value : none

Applies to : all elements

Inherited : no

Possible Values
none | [ underline || overline || line-through || blink ] | inherit

Example(s)
a[href] { text-decoration: underline }

Previous- letter-spacing  |  Next-vertical-align