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
Press Submit to check your solution.
Back to lesson: Practice: Selectors Under Command