InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a combinatory?(a) *(b) >(c) ~(d) + |
|
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). |
|