Skip to main content

Practice ยท 1 of 3

Element, Class, and ID Selectors

Style the page three ways at once: - Every p gets color: dimgray. - Every element with class note gets background-color: lightyellow. - The element with id tagline gets font-style: italic. Rules: - One rule per target โ€” no combined selectors.

Difficulty: beginner

Back to lesson: Practice: Selectors Under Command