Re: Style sheet and Netscape

David Perrell <davidp@earthlink.net>

>No, "color: gray" is the rule. FONT is the element to which the rule
>applies.

Actually "color: gray" is a declaration

CSS rule = selector + declaration
CSS rule - FONT {color: gray}
Selector - FONT
Declaration - {color: gray} 
/e

Received on Wednesday, 5 August 1998 04:39:04 UTC