Definitions (cont'd)

Contextual Selector
Chooses elements in document based on their position in the document's structure. Made up of several simple selectors. Example: P B specifies all B elements which are inside P elements.


Declaration
A property (e.g. 'font-size') and a value for it (e.g. '12pt').

Source: W3C CSS1 Recommendation