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>
  <catPhotos>.
    <h1>CatPhotoApp</h1>
    
  </body>
</html>

Your mobile information:

iPhone - iOS17.1.1

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!

You have made changes to the code. Reset the step and try again.

h2 elements are almost identical to h1 elements, their syntax is as follows

<h2>Your heading here</h2>

Hope this helps

Happy Coding

Can you mention what is your exact problem or in which part of your code you’re facing the issue ?