Ordered list of things Cat hates

Don’t know what the problem is, seems not to work for the ordered list

  **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://www.bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<p>Things cats love:</p>
<ul>
  <li>meats</li>
  <li>milk</li>
  <li>cheese</li>
</ul>

<p>Things cats hate:</p>
<ol>
  <li>Dogs</li>
  <li>Rain fall</li>
  <li>Light</li>
</ol>


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

User Agent is: Mozilla/5.0 (Linux; Android 9; Infinix X625B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.82 Mobile Safari/537.36

Challenge: Create an Ordered List

Link to the challenge:

Hi @Amoskhaled !

You changed something you were not supposed to.

Change it back to the original text and it should pass.

Hope that helps!

1 Like

Hi it is a bit unclear in the challenge, but the text within the <p> element above your <ol> should be " Top 3 things cats hate:", instead of “Things cats hate:”.
Taken from the first testcase in the challenge:

You should have an ordered list for Top 3 things cats hate:

1 Like

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