Ques:- What is contextual selector?
Asked In :-
Oodles Technologies, Sun Dew Solutions, Enovate IT Outsourcing, SpotOn Software, IMAGINATION TECHNOLOGIES LIMITED, AroDek, Sysfore Technologies, Corent Technology, HIL, LGB,
Right Answer:
A contextual selector in CSS is a selector that targets elements based on their relationship to other elements in the document hierarchy. For example, `div p` selects all `<p>` elements that are inside a `<div>`.
A contextual selector in CSS is a selector that targets elements based on their relationship to other elements in the document hierarchy. For example, `div p` selects all `<p>` elements that are inside a `<div>`.