1.

Which of the following is not a combinatory?(a) *(b) >(c) ~(d) +This question was addressed to me at a job interview.My enquiry is from Miscellaneous topic in division CGI Programming & Miscellaneous of CSS

Answer»

Correct CHOICE is (a) *

Easy explanation: Combinator EXPLAINS the RELATIONSHIP between the selectors. There are four combinators in CSS, child selector (>), adjacent sibling selector(+), general sibling selector(~), descendent selector (space).



Discussion

No Comment Found

Related InterviewSolutions