Learn HTML by Building a Cat Photo App - Step 5

I think a bug occurred. Can anyone help me, please

Your code so far

<html>

<!-- User Editable Region -->

  <body>
    <main>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
    </main>

<!-- 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/113.0.0.0 Safari/537.36 Edg/113.0.1774.50

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

Link to the challenge:

This is not correct. This is not the text that the challenge started you out with. You need to keep the original text and only add the main tags. I would reset to get the text you need

1 Like

You copied an old answer. I would recommend asking questions before coping old answers you find on the forum.

1 Like

thank you very much, it worked :sparkles: