Which of the following features was first introduced in CSS3 and was not available in earlier versions of CSS? For example, adding dynamic visual effects without JavaScript.
Given the selectors #box, .highlight, and div, which one will have the highest specificity when applied to a u003Cdiv id='box' class='highlight'u003Eelementu003C/divu003E?
With 'position: absolute;', an element is positioned relative to which of the following by default, when no ancestor has a positioning context?
In the CSS box model, which layer is directly between an element's content and its border? For example, if you set padding on an element, where does it appear?
If a parent div has a font-size of 20px, an inner span with font-size: 2em will have what computed font size?
In Flexbox, which property would you use to control the direction of flexible items, for example, swapping between row and column layouts?
Which of the following is a valid CSS media query to target screens smaller than 600px wide?
Which CSS selector targets all input elements of type 'password', for example, to show an eye icon in password fields?
Which of the following is a pseudo-class rather than a pseudo-element? For instance, it applies style based on user interaction.
Which combination of techniques is essential for creating a responsive website that adapts to various screens and devices?