Build a Cat Photo App - Step 5

Tell us what’s happening:

Here we show cat photos

You can find a cat you like here

CatPhotoApp

Cat Photos

Everyone loves cute cats online!

The code is right and it is saying it is wrong

Your code so far


<!-- User Editable Region -->

<html>
  <body>
     <main>
  <h1>Here we show cat photos</h1>
  <p>You can find a cat you like here</p>  
</main>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Everyone loves cute cats online!</p>
    
  

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

Challenge Information:

Build a Cat Photo App - Step 5

Hi there :waving_hand:, welcome to the community!

About your code — the lesson says to add <main> above the <h1> and close it after the <p>.
So, there are a few issues you need to fix:

  • Remove the extra <h1> and <p> tags inside <main>.
  • Then, wrap the remaining <h1>, <h2>, and <p> inside one <main> tag.

You’re doing great so far — just a few small corrections! Keep going!

Hey Buddy, Can you tell me what issue are you facing ??

We want you to define your problem in your own words

Describing problems is hard, but it is necessary skill you need to learn;l.

Hope you will tell us your issue.