Types of Selectors in CSS
Selectors can be grouped into four basic types: simple, compound, combinator, and complex. Simple selectors are the oldest form of CSS selector, and may be the type used most often. Simple selectors specify a single condition for matching elements. The universal selector ( * ) is a simple selector. So are type (or element) selectors [ [ ...]