Pattern: * Definition: The * selector matches the name of any element type. It is inferred if a rule does not have an explicit selector. Examples: * { background-color: yellow; } div * p { color: blue; }