Definitions (cont'd)
Rule
A Selector and a Declaration for the selected elements.
Example: P B { font-size: 12pt }
Syntax:
selector
{
property
:
value
[;
property
:
value
]* }
Style Sheet
Collection of rules.
Source:
W3C CSS1 Recommendation