CSS knowledge quiz

  1. Which CSS selectors will correctly target the <p> element only if it's inside a <div> with the ID "container"?

    Choose as many answers as you see fit.

  2. The overflow property accepts two keywords, the first keyword is for which axis?

  3. Which display values create a flexible box layout?

  4. Which of the following are valid CSS pseudo-classes?

    Choose as many answers as you see fit.

  5. Which techniques are used to create a responsive design using CSS?

    Choose as many answers as you see fit.

  6. Which of the following properties control the stacking order of elements using?

  7. Which of these are valid units for specifying font sizes in CSS?

    Choose as many answers as you see fit.

  8. Which of the following CSS properties influence the visual layout of a table?

    Choose as many answers as you see fit.

  9. What are some ways to improve the accessibility of CSS-styled web pages?

    Choose as many answers as you see fit.