Learn HTML by Building a Cat Photo App - Step 17

I am required to add a second section but when I do, it says incorrect. I’m not sure where it should be nested.

Your code so far

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

<!-- User Editable Region -->

<section>
    <section>
        <h2>Cat Photos</h2>
        <!-- TODO: Add link to cat photos -->
        <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>
    </section>
</section>
      

<!-- 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/116.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 17

Link to the challenge:

“Add a second section element below the existing section element.”

You didn’t add it below the existing section. You wrapped it around the existing section.

1 Like

Dude you just need to add it after presented <section></section>

<h1></h1>
<h2></h2> I hope u understand :blush:

1 Like

Thank you. I feel like an idiot

Thank you. I don’t know why my mind insists on complicating things when the instructions are simply

Nope dude nothing like that…

it happens when we learn new things

so don’t judge yourself u r best and will do great ahead :blush:

1 Like