1.

Which of the following selects all elements that are siblings of the specified element?(a) child selector(b) general sibling selector(c) adjacent sibling selector(d) descendant selectorI have been asked this question in semester exam.I'd like to ask this question from Miscellaneous in division CGI Programming & Miscellaneous of CSS

Answer»

The correct OPTION is (b) general sibling SELECTOR

The best explanation: General sibling selector selects all elements that are siblings of a SPECIFIED ELEMENT, adjacent sibling selector selects all elements that are adjacent siblings of the specified element, child selector selects all elements that are immediate children of the specified element.



Discussion

No Comment Found

Related InterviewSolutions