Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
<!--,TODO:Remove h1-->.
<p>Everyone loves cute cats online!</p>

    
  </body>
</html>

Your mobile information:

TECNO KL4 - Android 14 - Android SDK 34

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!

Check the text of your comment next to the instructions. It needs to be exactly the same to pass:

<!--,TODO:Remove h1-->.

Hey buddy, here you need to start your comment line and p tag from one starting point, this is known as indentation.

When we do indent our code then it looks organized an clean.

Hope You Understand.