Learn HTML by Building a Cat Photo App - Step 2

im so confused in what i should be doing.
Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>CatPhotoApp</h2>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

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

Link to the challenge:

"… add an h2 element with this text:

Cat Photos"

This implies that you don’t want to change anything that is already there but rather add something new.

I would reset the step to get the original HTML back. You already have an example of how to create an h1 element. Use that to help you create a new h2 element below the h1 element.