<!DOCTYPE html>
<body>
  <p>First</p>
  <div>
    <p>Second</p>
    <p style="color: green">Third</p>
  </div>
</body>