Unable to create unordered list successfully

I already created ordered and unordered list, BUT… the assessment team told me that I DIDN’T CREATE UNORDERED LIST!!! WHAT HAPPENED?

  **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>Top 3 things cats hate:</p>
<ol> 
<li>bears</li>
<li>garbage can</li>
<li>black olives</li>
</ol>

<p>Things cat love:</ap>
<ul> 
<li>cat nip</li>
<li>laser pointer</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/88.0.4324.150 Safari/537.36.

Challenge: Create an Ordered List

Link to the challenge:

You created the unorderd list just fine, you just have a spelling mistake in the title:

<p>Things cat love:</ap>

“cats” should be plural.

When I fix that, it passes.

Thanks, Kevin. Have a nice day.

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