My u1 test says my code is incorrect but everything looks fine to me: Any help appreciated

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:

1 Like

“Any help appreciated”?

OK, don’t forget to floss every night.

But OK, the element is ul, not u1, the second character is a letter, not a number. It stands for “unordered list”.

3 Likes

Thanks for the flossing tip and help to the answer!

2 Likes