Trying to creat an orderd list

Tell us what’s happening:
i think i did everything right but its still saying its wrong

Your code so far

      <p>things cats love</p>
<ul>
<li>purring</li>
<li>eating lots of food</li>
<li>chasing things</li>
</ul>
<p>top three things cats hate</p>
<ol>
<li>being chased by dogs</li>
<li>over-stimulatin from people when people pet them</li>
<li>being sprayed with water</li>
</ol>
html

Your browser information:

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

Challenge: Create an Ordered List

Link to the challenge:

I edited your post for readability. It looks like you tried editing it yourself. If you used the Get Help button there no need to do any editing to the code as it shows us your current code.

The ordered list you’ve added is correct and should pass but I’m not sure if you’ve changed any other code in the lesson. I say that because what you’ve given us has html at the end rather than a closing main tag.

Try resetting the lesson and only change what is asked.