Difference between revisions of "CSS GUIDE TEXT DECORATION"

From CDOT Wiki
Jump to: navigation, search
(Summary)
(Summary)
Line 1: Line 1:
 
== Summary ==
 
== Summary ==
 
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:  all elements
 +
Inherited:  no (see prose)
 +
Percentages:  N/A
 +
Media:  visual
 +
Computed value:  as specified
  
 
== Syntax ==
 
== Syntax ==

Revision as of 13:52, 22 November 2006

Summary

The text decoration property is used to set text decoration (formatting) like bold, underline, italics etc.

Applies to: all elements Inherited: no (see prose) Percentages: N/A Media: visual Computed value: as specified

Syntax

Legal Values

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also