Build a Cat Photo App - Step 20

Tell us what’s happening:

issue is that code doesn’t run it show i write in same way but not run

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <section>
        <h2>Cat Photos</h2>
        <p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a> online!</p>
        <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>
          
          

<!-- User Editable Region -->

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

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 20

Github Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-cat-photo-app/5dfa3589eacea3f48c6300ae.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @Affanop22!

I see two closing tags for that section.

Happy coding!