CSS Selectors

Write one CSS selector that picks exactly the elements a level highlights, in as few characters as you can.

Level 1 of 12

Tag names

A selector can be nothing but a tag name, and then it picks every element with that tag — wherever it sits on the page, however deeply it is nested.

The page to pick picked wrong
main#page
h1#page-title
p#intro
p#body-copy
div#footer
p#small-print

Write a selector and watch the page: the boxes it picks light up as you type.

More in the yard