Hey, in step 16 you just need to add another (empty) section element. Make sure you don’t forget the closing tag. Place it directly below your first section element.
<main>
<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>
</main>
You added an opening section tag before your already existing section element. Delete the opening tag. Place an opening tag and closing tag below your section element. The end of your code should look like this: </section> <section></section> </main></body></html>
The first section closing tag in my solution represents the closing tag you already coded in one of the previous steps. After that one you enter <section></section>. That’s it. You only have to add these two tags.
I think you still have a bit trouble with understanding the structure. I’d recommend watching a YouTube tutorial that explains how to build the cat app like this one.
thats fine but u showed that u understand enough to not only show but it seems like youll get it and explain it better so i wouldnt mind know or talking to someone who i feel is interested in learning like myself
sorry to bother you but im stuck on step 14 of the cat app. but i had pass it with no prob cause im on 16 well passed it im on 17 but none of my progress wasn saved