Learn HTML by Building a Cat Photo App - Step 5

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

Your code so far

<html>
  <body>

    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>See more cat photos in our gallery.</p>
    
  </body>
</html>

Your mobile information:

TECNO BF7 - Android 12 - Android SDK 31

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

Link to the challenge:

you should have main element before your h1 and main closing tag after your p element.