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