Learn HTML by Building a Cat Photo App - Step 17

Tell us what’s happening:

I’m not able to pass this step, the system always says I’m missing an opening tag, plz, can help me to check this little problem

Your code so far

<!DOCTYPE html>
<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <section>

<!-- User Editable Region -->

        <h2>Cat Photos</h2>
        <p>Click here to view more</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>
    </main>
  </body>
</html>


<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 17

reset the step, the code you have is quite different from the seed code of the step