Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

I am trying to more times, i cant solve this, so please help . How to solve this?

Your code so far

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

<!-- User Editable Region -->

    
    <p>See more <a href="#">cat photos</a> in our gallery.</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/126.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

hi there, and welcome to the fCC forum.

Please click the reset button to return the code back to its initial state for this step.

After that, please look at the example given to you which was:

<!-- TODO: Remove h1 -->

This example shows how comments are added to HTML.

To create a comment like they wanted, you can copy the line in the example and add it on the line immediate above the paragraph element in the editor.

After that change the text in between the <!-- --> and write down the new text they asked you to add. Do not modify any of the existing code at all.
Just add the new comment above the existing paragraph element.

It seems the HTML comment wandered off too far from the heading.