01Which selector has the highest specificity?
02How do you select an element with id 'demo'?
03What does the selector 'div p' target?
04Which symbol represents the 'direct child' combinator?
05What happens when two rules with the same specificity target the same element?
06How do you select all elements with the class 'test'?
07What is the specificity of a single class selector?
08Which pseudo-class targets an element when the mouse is over it?