One id, three classes, element selectors โ all in one page.
This paragraph is styled by the p element selector โ along with every other p on this page.
This sentence has a highlighted phrase because of .highlight.
The .card class is used on every card on this page.
Right-click โ View Source. Compare the HTML on top with the CSS in the style tag.
Check out MDN's selectors reference for every selector type.