Add the closing tags in the correct positions.

<html>
 <body>
  <h1>Travel Shop</h1>
  <p>
  Save <strong>75%</strong> 
  </p>
 </body>
</html>]]>

We need </h1>, </p>, </body>, and finally </html>.