Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

I have doubled checked the instructions and read multiple forums and i still can’t fix this.
Please help.

Your code so far

The 2 user editable regions are the task box and answer box.

<html>
  <body>

<!-- User Editable Region -->

    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Everybody loves cat photos</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/130.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

It says my comment needs to be above my p element and that they are in the wrong order.

reset the step, you have the wrong p element

1 Like