child
div > em { color: blue; }

Direct descendant.


descendants
p em {color: blue; }

Descendant selectors.