My issue
All my code is proper yet I am being given an error for the problem call FS REMAINING HTML . I am attaching a picture of the issue. Can anyone tell me if mistake is on my side or compiler’s side?
My code
<p>
Some of our favorite sales are listed below:
</p>
<ul>
<li>Independence Day Sale</li>
<li>Diwali Sale</li>
<li>Christmas Sale</li>
<li>New Year Sale</li>
</ul>
<br>
<br>
<h2>Payment Options</h2>
<br>
<p>We support a large variety of payment options so that you won't miss a cloth due to unavailability of any payment option. You can use a debit card or your credit card to make the payment. Also, you can directly use your UPI ID to make the payment. We also provide EMI options if you think you can not afford a complete amount at once. Other than that, you can directly make your payment through your bank details and even if you are not sure or you are in doubt then you can choose the Cash option where you can pay the amount in cash to our partner who will be delivering your cloth at your doorstep.
</p>
</div>
</main>
<footer>
© 2012-2023 FashionStore.com
</footer>
Learning course: Projects using HTML / CSS
Problem Link: CodeChef: Practical coding for everyone