CSS Selectors Demo

One id, three classes, element selectors โ€” all in one page.

Element selector

This paragraph is styled by the p element selector โ€” along with every other p on this page.

Class selector

This sentence has a highlighted phrase because of .highlight.

The .card class is used on every card on this page.

Try it

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.