Learn HTML by Building a Cat Photo App - Step 2

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

Your code so far

<html</h2>
  <body>h1>
    <h1>CatPhotoApp</h1>
    
  

Your mobile information:

RMX3834 - Android 14 - Android SDK 34

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

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 @Franklin124

The html opening tag is missing a closing angular bracket.
You placed a closing h2 tag after the html opening tag.

The h2 element needs to go after the h1 element.
The structure of the h2 element will be similar to the h1 element.

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

Happy coding