Build a step29 html

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.

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

Just copy-pasting the instructions and error message doesn’t tell us how you are stuck fixing the error.

Thanks