Stuck with step 16

I can’t come further because of a mistake that I can’t find. The instructions say I need to add a section below the first section.
Here’s the code:

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

please put the task link

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