Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:

The code is correct by prompt but the error is coming

Your code so far

<html>
  <body>

<!-- User Editable Region -->

  
    <!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>CatPhotoApp</title>
</head>
<body>

  <main>
    <h1>Most important heading element</h1>
    <h2>Cat Photos</h2>

    <!-- TODO: Add link to cat photos -->
    <p>Everyone loves cute cats online!</p>
  </main>

</body>
</html>

    

<!-- 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:

Learn HTML by Building a Cat Photo App - Step 5

do not add the elements from the example, the only element you ened to add this step is the main element. Reset the step and try again