Tep 16 It is time to add a new section. Add a second section element below the existing section element

Tell us what’s happening:
Please Help.I keep on getting this response: The second section element should not be nested in the first section element.

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <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>
      </section>
    
  </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/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47

Challenge: Step 16

Link to the challenge:

3 Likes

Thank you let me do just that :slightly_smiling_face:

2 Likes

plz help me on thisss i had been keep on trying from 15min. i am not done till yet

Hi welcome to the community!

If you’ve checked the forum for users having similar issues and that isn’t helping, please make your own forum post. It will be easier to help that way.

1 Like

hi bro, just type section tag under the first section

not nested in first section

2 Likes

You just need to add section element below the first section element closing tag.

2 Likes

hi there, you just add your second section tag BELOW the first section CLOSING tag.

2 Likes

its because you have to place the second section BELOW the first section CLOSING TAB

2 Likes

It is saying that we should not nest. Please help I’m stuck

dude just put and at the end

Mod Edit: SOLUTION REMOVED

Stop posting solutions. Thank you.

I did this yet i’m told this is wrong
Ok got it…

1 Like

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.