Descendant Selector

The descendant selector matches all elements that are descendants of a specified element.

Paragraph 1 in the div.

Paragraph 2 in the div.

Paragraph 3 in the div.

Paragraph 4. Not in a div.

Paragraph 5. Not in a div.

When using this style with a CSS file, both the CSS file and the internal style needs to be modified by using classes to prevent unexpected results.