Place the matching tags to complete this shopping website.

<html>
 <body>
  <h1>Doorbuster Shop</h1>
  <p>
   Massive discounts,<br>
   save up to <strong>25%</strong>!
  </p>
 </body>
</html>]]>

Make sure to add the <br> tag before the <strong> and </strong> tags.