Code is correct but doesn't work

My code is right yet its being refused by the system

I have to say this is getting annoying.

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>

<ul>
  <li>milk</li>
  <li>cheese<li>
  <li>catnip<li>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:81.0) Gecko/20100101 Firefox/81.0.

Challenge: Create a Bulleted Unordered List

Link to the challenge:

You haven’t closed your ul tags.
You have not closed the li tags in cheese and catnip.

That’s the problem

1 Like