CSS Advanced Quiz (Level 3)

15 Questions
Back
  1. What is the purpose of BEM (Block Element Modifier) methodology in CSS?

  2. What do Container Queries in CSS enable you to do, and how do they function?

  3. In CSS Grid, what is the purpose of the grid-template-columns property?

  4. What distinguishes :is() from :where() in terms of specificity, and how does it affect CSS selectors? (Select all that apply)

  5. What is the purpose of minification in web development?

  6. In CSS, what is the purpose of the aspect-ratio property, and how can it be used to maintain the aspect ratio of an element?

  7. What does Lighthouse, a popular web performance tool, measure and provide recommendations for?

  8. In CSS, what is the purpose of vendor prefixes (e.g., -webkit-, -moz-, -ms-) and when should you use them?

  9. What does the CSS property clip-path allow you to do?

  10. In CSS, what is the purpose of the accent-color property?

  11. Which of the following CSS properties can be used to control the behavior of an element's background? (Select all that apply)

  12. In CSS, what is the purpose of the :not() pseudo-class, and how can it be used in a selector? (Select all that apply)

  13. Which of the following CSS properties are used for controlling the layout and alignment of flex items in a Flexbox container? (Select all that apply)

  14. Which of the following CSS pseudo-classes are used for selecting and styling links with specific states? (Select all that apply)

  15. In CSS, nesting is a feature that allows for more organized and efficient styling by grouping related selectors and style rules. Which of the following statements about CSS nesting is correct? (Select all that apply)