Build a Cat Photo App - Step 18

Tell us what’s happening:

Need help on the 18th step for the cat photo app on where to put the section element

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

     <section> 
      <h2>Cat Photos</h2>
      <p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a> online!</p></section>
      <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</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></sction>
      

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

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

Challenge Information:

Build a Cat Photo App - Step 18

Welcome to the forum @Favour10 !

You’re doing it right…you just have a typo.

However, I would drop that down another line, so your section’s closing tag is aligned to your opening tag.

Happy coding!

1 Like

Hi buddy, In your code there is 2 times close section element so here you need to do add only one single closed section element

Hope You Understand.

1 Like

Yes. Missed that. Thank you @be_happy. :slight_smile:

2 Likes

Thanks buddy i’m grateful

Thanks buddy I’m grateful