Step 29
The code for an ordered list (ol) is similar to an unordered list, but list items in an ordered list are numbered when displayed.
Below the h3 element, add an ordered list with these three list items:
flea treatment thunder other cats
my code :
Top 3 things cats hate:
<li>flea treatment</li>
<li>thunder</li>
<li>other cats</li>
Sorry, your code does not pass. Keep trying.
The ol element should be above the second section element’s closing tag. You have them in the wrong order.