Learn HTML by Building a Cat Photo App - Step 27

**Tell us what’s happening:**Step 27 the

    element should go before last closing tag of the second section element. Is written ok but will not pass. I have try everything .even so the preview shows me that is ok. I don’t know what more to do.
    Please someone help me

       **Your code so far**
    
    <html>
     <body>
       <h1>CatPhotoApp</h1>
       <main>
         <section>
           <h2>Cat Photos</h2>
           <!-- TODO: Add link to cat photos -->
           <p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
           <a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
         </section>
         <section>
           <h2>Cat Lists</h2>
           <lo>
           <h3>Things cats love:</h3>
           <ul>
             <li>cat nip</li>
             <li>laser pointers</li>
             <li>lasagna</li>
           </ul>
           <figure>
             <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg" alt="A slice of lasagna on a plate.">
             <figcaption>Cats <em>love</em> lasagna.</figcaption>  
           </figure>
           <h3>Top 3 things cats hate:</h3>
        <ol>
          <li>flea treatment</li>
          <li>thunder</li>
          <li>other cats</li>
        </ol>
      </section>
       </main>
    </body>
    </html>
    
       **Your browser information:**
    

    User Agent is: Mozilla/5.0 (Linux; Android 4.4.2; Tab2A7-10F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36

    Challenge: Learn HTML by Building a Cat Photo App - Step 27

    Link to the challenge:

hello and welcome to the forum!
Sorry that your attempt is not passing.
What is the hint you are getting?
What do you suspect is wrong?

I hate to think that the tutorial have problems.
I’m just beginning to learn but I have try everything was suggested. Still won’t pass. If you have and idea please let me know I don’t know what to do.

I have many ideas but first, can you tell me yours? Start by looking at the hint and telling me what you think it is telling you and why it is not working for you.

Hello and thank you.
They are two hints.
Step 27
The

    element list should go above the closing tag of the second</ section> element .
    Or in the last h3 element.

Your solution works for me. Please try one of the following steps to move forward.

  • Click on the “Restart Step” button and force a refresh of your page with CTRL-F5 then try to paste the code in again.

  • or - Try the step in incognito or private mode

  • or - Try a different browser or disable browser extensions that may interfere with the test.

We hope one of these will work for you.

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