<h2>cat Lists<section> </section></h2> your second h2 element should be right above the second section elements closing tag

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>
     <h2>cat Lists<section>
    </section></h2>
  </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/103.0.5060.114 Safari/537.36 Edg/103.0.1264.49

Challenge: Step 17

Link to the challenge:

the second h2 should be within the section.
here is what is asked for:
"Within the second section element, add a new h2 element with the text Cat Lists Remember an element has got an opening- and a closing tag.
There is also a typo in that h2 's content.

I am still confused where should i add the second h2 to the second section

hello, welcome to FreeCodeCamp forum.
dear,
u simply have to remove ur h2 element containing “cat lists” after that
add ur section tag

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.