text-decoration
Name: text-decoration
Description: Specifies effects to be added to text within an element.
Browser Compatibility: IE 3+ / NN 4+ / O 3.5+
Inherited: No
Values:
- blink
- inherit
- line-through
- none [Initial value]
- overline
- underline
Code Example:
em {text-decoration: underline;}