Difference between revisions of "CSS GUIDE COLOR"

From CDOT Wiki
Jump to: navigation, search
(Summary)
Line 4: Line 4:
 
The color property is used the set the text color for a given element.  The color property can be apused for all CSS elements.
 
The color property is used the set the text color for a given element.  The color property can be apused for all CSS elements.
  
<table>
+
<table border="1">
 
<tr>
 
<tr>
 
<td>Usage</td><td>Can be applied to all elements.</td>
 
<td>Usage</td><td>Can be applied to all elements.</td>
Line 15: Line 15:
 
</tr>
 
</tr>
 
</table>
 
</table>
 
 
 
  
 
== Syntax ==
 
== Syntax ==

Revision as of 12:47, 28 October 2006

This document is a work in progress and is subject to change.

Summary

The color property is used the set the text color for a given element. The color property can be apused for all CSS elements.

UsageCan be applied to all elements.
CSS Media GroupVisual
Inherited

Syntax

Legal Values

PX preferred.

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also