Create an Ordered List vv

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>
   <ol>
    <li>Tddf</li>
    <li> tascd</li>
    <li> dc</li>
  </ol>
  <ul>
    <li>cat nip</li>
    <li>laser pointers</li>
    <li>lasagna</li>
  </ul>
  

  <a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>
  
 
  
</main>

Your browser information:

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

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

You should not alter the existing code, this test requires you to create ol list.

You have done that correctly, but you have removed the two p elements ( One above the ul list and one that needs to be above ol list )

Reset your code and add the same ol list below this <p>Top 3 things cats hate:</p> element

I tried it and flipping the code was still working but get that Paragraph back saying top 3 things cats hate