Step 16 of html solution

Tell us what’s happening:
Describe your issue in detail here.

  **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>
  </main>
</body>
</html>

Challenge: Step 16

Link to the challenge:

HI @generalflame7 !

What do you need help with?
It doesn’t look like you have started the challenge
What part of the directions are confusing you?

The directions want you to add another section element below the first section element.

3 Likes

The issue is where to add the section element I’ve tried but it keep saying it shouldn’t be nested in the first section

1 Like

Hello,
This is the order of the sections you need to keep:

<section>
</section>
<section>
</section>

HI @Brymolee !
Welcome to the forum!

If you need help with a challenge, please create a new post with your code and challenge link so people can assist you there.

Thanks :slight_smile:

I still don’t get the nesting in this section. Please someone should help me out

1 Like