Https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/create-an-ordered-list

**Tell us what’s happening:**i put three things cats hate but it doesn’t work it tells me that you should put things cats hate

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>
  <li>laser pointers</li>
  <li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>

</main>
<p><ol> <li>bears</li><li>bieng trapped in garbge can</li><li>black olives</li></ol>


Your browser information:

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

Challenge: Create an Ordered List

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/create-an-ordered-list

you should put in just below the p element with the title, inside main and without the p tag at the beginning of the line