Create an ordered link

Tell us what’s happening:
i can’t get past this stage

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>Birds</li>
  <li> Humans</li>
  <li>Daily Playtime</li>
</ul>
<p>Things cat Hate: </p>
<ol>
  <li>cat nip</li>
<li>laser pointers</li>
<li>lasagna</li>
</ol>
</main>

Your browser information:

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

Challenge: Create an Ordered List

Link to the challenge:

1 Like

Check this line again

Hi @Nimarh_Z. The reason you are not passing is because you added an incorrect text for the paragraph:

Happy Coding!

Thanks @paulsonstech

1 Like

Can you share your code?

@paulsonstech it’s working now thanks.