Inocrrect text when commenting on html

Tell us what’s happening:
Describe your issue in detail here.
Newbie here! I can not figure to to properly comment on my p element. I have typed in the code like the example but it says that the text is wrong within the comment.

   **Your code so far**
<html>
 <body>
   <h1>CatPhotoApp</h1>
   <h2>Cat Photos</h2>
  
<!--TODO: Add link to cat photos.-->   <p>Click here to view more cat photos.</p>
 
 </body>
</html>
   **Your browser information:**

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

Challenge: Step 4

Link to the challenge:

HI @J3sus90 !

Welcome to the forum!

The comment should be above the p element.
Not next to it.

Also, the comment is not supposed to have a period in it.

Hope that helps!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.