Tell us what’s happening:
Describe your issue in detail here.
My task was the make an unordered list of three members.
So, I wrote my code like the coding attached below and whenever I’m running the code it’s not accepting and showing that I haven’t created the element u1 and neither three elements are there in the list nor u1 got closing tag .
**Your code so far**
<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>
<a href="#"><img src="https://www.bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>
<u1>
<li>grass</li>
<li>sleep</li>
<li>ball</li>
</u1>
</main>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
Challenge: Create a Bulleted Unordered List
Link to the challenge: