<h2>Title</h2>

<div>
  <p>Lorem ipsum</p>
  <h2>Sub Title</h2>
  <ul>
    <li><p>Lorem ipsum</p></li>
  </ul>
  <h2>Sub title</h2>
  <p>Lorem ipsum</p>
  <p>Lorem ipsum</p>
  <h2>Sub title</h2>
  <p>Lorem ipsum</p>
  <h3>Sub title</h3>
  <p>Lorem ipsum</p>
</div>
h2 + p{
  font-family: Arial;
  color: green;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.