Completed all elements, still won't let me pass challenge

Tell us what’s happening:
Screenshot 2020-02-27 at 12.28.07 PM
I did everything required, I believe? Its still not letting me pass the challenge.

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>
<p>
  <u1><li>milk </li>
  <li>cheese</li>
  <li> death </li></u1>

</main>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 12607.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.123 Safari/537.36.

Challenge: Create a Bulleted Unordered List

Link to the challenge:

Slowly look at what you’ve typed and what the error message is saying. Read each letter, slowly, out loud if you have to.
You do not have <ul> elements

1 Like