My issue
i have already create an unordered list with 4 items and 2 br tags ,but it displays “Did you create an unordered list with 4 list items and 2 br tag ?”
My code
// your code goes here
<ul>
<li>Independence Day Sale</li>
<li>Diwali Sale</li>
<li>Chrishtmas Sale</li>
<li>New Year Sale</li>
</ul>
<br>
<br>
Learning course: Projects using HTML / CSS
Problem Link: Add remaining elements Practice Problem in Projects using HTML / CSS