Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

i want to learn but i cant figer it out so u can help me to learn |

Your code so far

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

<!-- User Editable Region -->

    
    "<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/135.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Welcome to the forum @asfak1

Your comment should start with <!-- . You are missing one or more of the characters that define the start of a comment.

Carefully examine the comment element given in the instructions.
You need to use the exact symbols at the start and at end of the code.

You can use the hint messages to help guide you.

There is a stray quote mark at the start of the paragraph element.

Happy coding