Definitions

Selector
Chooses elements in document based on name or position in structure.


Simple Selector
Chooses elements in document based on name and/or attributes only, not based on position in structure. Example: P specifies all elements named P.

Source: W3C CSS1 Recommendation