| Type: | "none", "underline", "line-through" |
|---|---|
| Inherited: | yes |
| Used By: | All text elements |
| Default: | none |
| See: | font-style |
How to "decorate" the text. Valid values are "none", "underline" or "line-through". Unlike CSS2, these can not be combined - only one value can be used.
Links created with the A element are typically underlined.
a { text-decoration:underline }