What a selector does
A selector tells CSS which part of the page should receive a style rule.
If the selector is p, CSS is targeting paragraph elements. If the selector is h1, CSS is targeting main headings.
A selector chooses the page part to style.