Difference between revisions of "CSS GUIDE TEXT DECORATION"
(→Summary) |
(→Summary) |
||
Line 2: | Line 2: | ||
The text decoration property is used to set text decoration (formatting) like bold, underline, italics etc. | The text decoration property is used to set text decoration (formatting) like bold, underline, italics etc. | ||
− | Applies to: | + | * Initial value: depends on user agent |
− | Inherited: | + | * Applies to: all |
− | Percentages: | + | * Inherited: no |
− | Media: | + | * Percentages: N/A |
− | Computed value: | + | * Media: visual |
+ | * Computed value: as specified | ||
== Syntax == | == Syntax == |
Revision as of 12:55, 22 November 2006
Contents
Summary
The text decoration property is used to set text decoration (formatting) like bold, underline, italics etc.
- Initial value: depends on user agent
- Applies to: all
- Inherited: no
- Percentages: N/A
- Media: visual
- Computed value: as specified