Skip to content

CSS Basics Quiz

Selectors, properties, colors, box model, and core CSS concepts.

beginner
Question 1 of 7
Question 1 of 7css

Which selector targets an HTML element by its id?

css
#header { color: red; }