1.

Which of the following selects all elements and all elements?(a) element,element(b) element+element(c) element,element(d) element elementThis question was addressed to me in final exam.My doubt stems from Server Specific CSS in chapter Layout & Images of CSS

Answer»

Correct answer is (C) element,element

The explanation: element,element selects all

elements and all

elements, element element selects all

elements INSIDE

elements, element>element selects all

elements where parent is a

element, element+element selects all

elements that are PLACED immediately after

element.


Discussion

No Comment Found

Related InterviewSolutions