Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.
I’m working on an HTML assignment, and I need to place the text TODO: Add link to cat photos exactly above the

tag, as instructed. The problem is that, even though I have correctly placed the text above the P tag, I still receive an error message from the system.

The error message states that my comment is incorrect, even though it is exactly as requested. I can see the comment on the frontend, but the system doesn’t seem to accept it. How can I ensure that the system recognizes my comment as correct?
Your code so far

<html>
  <body>
    <!--TODO:Remove h1-->
    <h2>Cat Photos</h2>
    
    TODO: Add link to cat photos. 
    <p>Everyone loves cute cats online!</p>
    
  </body>
</html>

Your mobile information:

SNE-LX1 - Android 10 - Android SDK 29

Challenge: Learn HTML by Building a Cat Photo App - Step 4

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

you are missing the characters that make the text a comment. A comment would not appear on the page, notice like the text you added appear on the page

Hi. Please don’t open multiple topics on the same query for this step. I will close this topic as you have opened another one. Please can you reply to the open thread on this step.