Build a Cat Photo App - Step 5

Tell us what’s happening:

main element closing is not under the p element. I have tried and it never works.

Your code so far


<!-- User Editable Region -->

<html>
<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>
</body>
</html>
    

<!-- User Editable Region -->

</html>

Your browser information:

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

Challenge Information:

Build a Cat Photo App - Step 5

Hi,
It looks like you have edited the p element. Reset the step to get the original code back and try adding your main tags again.
Good luck!

1 Like
  <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Everyone loves cute cats online!</p>

Test failed because of the text that was changed.