//the following example selects all <p> elements inside <div> elements div p { background-color: yellow; }
Matches all elements that are descendants of a specified element.
Clickable & Draggable!