Learn HTML by Building a Cat Photo App - Step 29

Tell us what’s happening:

I have a problem in step 29
I used the

    (ordered list) element and created each list item with the
  1. (list item) tags, containing the specified text. This follows the structure you described, with the ordered list placed after the last

    in the second section. but I the system told this -The ol element should be above the second section element’s closing tag. You have them in the wrong order where is the my error

    Your code so far

    
    <!-- User Editable Region -->
    
    <h3>Top 3 things cats hate:</h3>
            <ol>
              <li>flea treatment</li>
              <li>thunder</li>
              <li>other cats</li>
            </ol>
    
    
    <!-- User Editable Region -->
    
    

    Your browser information:

    User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0

    Challenge Information:

    Learn HTML by Building a Cat Photo App - Step 29

Your code is passing for me.

You might by mistake have made other changes. Copy your ol code and reset the challenge. Now paste it back below the h3 and try it again.

Hey Buddy, Your code is correct .

May you need to refresh your page and re-write your code then it will get passed by your end.