Learn HTML by Building a Cat Photo App - Step 5

Hello, kindly help me to pass this stap. what is right code for it ?

Your code so far

<html>

<!-- User Editable Region -->

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

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 5

You have some code which shouldn’t be there at all, so I would hit the Reset button to restore the correct starting code for this step, and then simply add the two main tags where specified in the instructions. Don’t add anything else other than the specified main element.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.