US
Selectors
https://www.w3.org/TR/CSS2/selector.html
In CSS, pattern matching rules determine which style rules apply to elements in the document tree . These patterns, called selectors, may range from simple element names to rich contextual patterns. If all conditions in the pattern are true for a certain element, the selector mat…