Learn HTML by Building a Cat Photo App - Step 1

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

Your code so far

</html>
  </body>
    </h1>Hello World<h1>
  </body>
</html>

Your mobile information:

X86 - Android 11 - Android SDK 30

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

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!

Welcome to the forum @Olona27123

The text CatPhotoApp should be present in the code. You may want to check your spelling.

You modified the code, but did not change the text between the h1 tags.

A forward slash at the front of a tag name indicates it is a closing tag.
You changed all the opening tags into closing tags.

Please reset the step to restore the seed code and try again.

Happy coding