Ordered and Un-ordered list

Tell us what’s happening:

What’s wrong in this code?

Your code so far



<main>
 "Top 3 things cats hate:"
 <ol>
  <li>A</li>
 <li>b</li>
  <li>c</li>
</ol>

"Things cats love:"
<ul> 
  <li>a</li>
  <li>n</li>
  <li>n</li>
</ul>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36.

Challenge: Create an Ordered List

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/create-an-ordered-list

What do the failing tests say?