What im i doing wrong? which Li element doesnt have a closing tag?

Tell us what’s happening:

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>Things cats love:</p>
<ul><li>cat nip<li>laser pointers<li>lasagna</ul>
<p>Top 3 things cats hate:</p>
<ol><li>Strangers<li>Agressive Petting<li>Over Eating</li></ol>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36.

Challenge: Create an Ordered List

Link to the challenge:

most of them
there must be a </li> for each <li>
I see in total one </li>
there are six <li> tho

1 Like

Thanks for the help. Got it :ok_hand: