Basic Css - Study Mode
[#56] Which of the following selector matches a particular element only when it lies inside a particular element?
Correct Answer
(C) The Descendant Selector
[#57] Which of the following selector selects all paragraph elements with a lang attribute?
Correct Answer
(A) p[lang]
[#58] Which of the following defines a measurement as a percentage relative to another value, typically an enclosing element?
Correct Answer
(A) %
[#59] Which of the following defines 1% of viewport height?
Correct Answer
(B) vh
[#60] What is the CSS Extension Prefixes for WebKit?
Correct Answer
(A) -webkit