It can't detect a list

I don’t know why it can’t detect the list that i have created

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>



<ol>
<p> Top 3 things cats hate: </p>
<li> T </li>
<li> Test </li>
<li> Tzqr1 </li>
</ol>



<p> Things cat love: </p>
<ul>
 Things cats love:
  <li>cat nip</li>
  <li>laser pointers</li>
  <li>lasagna</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/93.0.4577.63 Safari/537.36

Challenge: Create an Ordered List

Link to the challenge:

nvm i found the issue sorry =)

@redjef ,

  • You have place your <p> tag above your <ol> tag.

  • You have the remove the text (Things cats love:) below the <ul> tag

  • Replace your cat with cats in <p> tag of your <ul> tag.

Hope it helps

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