Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:
Describe your

<html>
  <body>
  
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Everyone loves cute cats online!</p>
  <main>
  <h1>The most important content of the document</h1>
  <p>Some more important content...</p>  
   </main>
  </body>
</html>

Your mobile information:

SM-T505 - Android 12 - Android SDK 31

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

Link to the challenge:

hello and welcome to fcc forum :slight_smile:

  • simply enclose them within “main” element
  • and remove your added elements

adjust those and try again, happy coding :slight_smile: