I can't find my fault on this code . can any explain where the problem is?

Tell us what’s happening:
Describe your issue in detail here.

  **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://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>


<p>Things cats hate:</p>
<ol>
  <li>medecine</li>
  <li>bath</li>
  <li>tummy rub</li>
  </ol>
  <p>Things cats love:</p>
<ul>
  <li>nap</li>
  <li>fresh foods</li>
  <li>watching birds</li>
</ul>


</main>
  **Your browser information:**

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

Challenge: Create an Ordered List

Link to the challenge:

You can swap the places of “ol” and “ul”

Hi @ekramahmed2550 !
You should not change the p which says Top 3 things cats hate:. Create an ordered list below this.

there doesn’t have any undo option.
how can i get this thing back ?

These is a Reset all code just below run the test button.

Thank you very much for your help

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.