Learn HTML by Building a Cat Photo App - Step 19

Tell us what’s happening:

Cat Lists

Things cats love:

Hello,
why this is wrong…
this is step 19

Your code so far

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

<!-- User Editable Region -->

<section>
  <h2>Cat Lists</h2>
  <section>
    <h3>Things cats love:</h3>
  </section>
</section>



 

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 19

Please click the rest button to start this step again. This time add only one element to the code (you added two)