Build a Cat Photo App - Step 4

Tell us what’s happening:

I don’t know what are the problem on this code ?? can help me to fixed it

Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 4

hello and welcome to fcc forum :slight_smile:

  • wrong syntax, its need to be a comment, checkout example given in this step.
  • once you fix that comment you need to place it above paragraph element

happy coding :slight_smile: