Sweet! Using the >
symbol, we're selecting every <p>
element that's not just a descendant but an immediate child of a <div>
element.
Wouldn't that look for every <p>
element that's inside any element that's inside a <div>
element and, therefore, not select anything?