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