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.