<!DOCTYPE html>
<body>
  <p>First</p>
  <div style="text-decoration: underline">
    <p>Second</p>
    <p>Third</p>
  </div>
</body>