Help with Step 16 Cat Photo

I dont know what to do, it says: It is time to add a new section. Add a second section element below the existing section element.

  <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>

In your code snippet, the section tag ends on the last line. After the <section> closing tag, write another opening and closing <section> tag.

ohh now i get it, tyvm im new at this

You’re welcome Pachi. If I helped you, please mark my answer as a solution. Thanks, and have a great time coding!

1 Like

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