Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.
Problem:
In “Learn HTML by Building a Cat Photo App - Step 4”, I get the following error:

“Your code should not have extra opening/closing comment characters. You have an extra displaying in the browser.”

Earlier, I got a different error: “The sentence must be copied exactly.” But the text was correct. Someone on the forum advised me to add comment tags () so that the text would be visible on the frontend.

However, now I get an error saying that these comment tags are incorrect. So the issue remains.

What I tried:

Copied the text exactly.

Added and removed comment tags.

Still getting the same errors.

I am using:
Android 10 (SNE-LX1, SDK 29).

Any ideas on how to fix this? Thanks in advance!

Your code so far

<html>
  <body>
    <!--TODO:Remove h1-->
    <h2>Cat Photos</h2>
    
    <!--TODO: Add link to cat photos.h1-->
    <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!

Hi,
It is advised not to open several topics on the same challenge.
In your earlier post, a couple of things were mentioned.
If you reset this step, you will notice a h1 element above your h2 element. Do not remove that.
This comment <!--TODO:Remove h1--> shouldn’t be added. It’s just an example to teach you about comments.
Finally, you are told to add a comment with a text given to you. You should take another look at that text and you will notice that it’s not the same as TODO: Add link to cat photos.h1.

I suggest you reset the step and add the comment again with the correct text.

<!--TODO: Add link to cat photos.h1-->

Why is there .h1 in your code?