InterviewSolution
Saved Bookmarks
| 1. |
Adjacent sibling selector is defined with the notation _____________(a) #(b) $(c) %(d) +I have been asked this question by my school teacher while I was bunking the class.The doubt is from Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» CORRECT answer is (d) + BEST EXPLANATION: ADJACENT sibling selector is defined with a plus (+) notation. It selects the element that directly follows the previous element that was SPECIFIED. E.g. if we have element that is followed by
element. |
|