Learn HTML by Building a Cat Photo App - Step 18

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

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <section1>
        <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>
      </section1>
       <h2> Cat Lists</h2>
      <section>
       <h2>Cat Lists </h2>
      </section>
    </main>
  </body>
</html>

Your mobile information:

23124RN87I - Android 13 - Android SDK 33

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

You have to just add a new h2 element which is in the previous section, with the name text of “Cat Lists”.

mod edit: solution image removed

I’ve written this please check.
Thanks
Hope it clarifies your doubt.

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.