Descendant
You can use CSS to select the descendants of an element.
To select descendants, place a second selector after the first in the CSS.
In the example HTML, the paragraph (Lorem) is a child of div74, and the paragraph (Ipsum) is a grandchild, as such, they are both descendants.