Difference between revisions of "CSS GUIDE TEXT DECORATION"
(→Syntax) |
(→Syntax) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | TARGET_ELEMENT{text-decoration: ''value'' ;} | + | <pre>TARGET_ELEMENT{text-decoration: ''value'' ;}</pre> |
== Legal Values == | == Legal Values == |
Revision as of 12:57, 22 November 2006
Contents
Summary
The text decoration property is used to set text decoration (formatting) like bold, underline, italics etc.
- Applies to: all
- Inherited: no
- Percentages: N/A
- Media: visual
- Computed value: as specified
Syntax
TARGET_ELEMENT{text-decoration: ''value'' ;}