Build a Cat Photo App - Step 4

Tell us what’s happening:

My Element comment, it tells me that i have to put it above the

element but when i put it above it tells me that i have the wrong order and when i put it down it also tells me that i have it in the wrong order.

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>

<!-- User Editable Region -->

    <!-->TODO:Add link to cat photos</!..>
    <p>Everyone loves cute cats online!</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/142.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 4

the syntax you have used for the comment is not correct, please look again at the example

Hi buddy, here you need to see how you close the comment line…

1 Like