<div>

<div>

<h1>John Doe </h1>

<p>Paragraph about John Doe.</p>

<p>Another paragraph about John Doe</p>

</div>

<div>

<h1>Jane Doe </h1>

<p>Paragraph about Jane Doe.</p>

<p>Another paragraph about Jane Doe</p>

</div>

</div>

By grouping these elements together, we can then easily target all of the topics, or each individual topic. This allows us to be as generic or granular with our targeting as possible.

Span

Span elements are largely identical to divs; however, where divs are block-level elements, span elements are inline elements. This means that span tags can be used on text, where divs cannot. An example of this might be as follows: