Tell us what’s happening:
When i run the test it says I have not created a u1 and that there aren’t three elements and that my u1 is not closed but it looks fine to me. Can anyone tell me what I did wrong?
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://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>
<u1>
<li>Purr</li>
<li>Jump</li>
<li>Eat</li>
</u1>
</main>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15
.
Challenge: Create a Bulleted Unordered List
Link to the challenge: