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>
  <body>
    
    <h2>CatPhoto</h2>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0

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

Link to the challenge:

The instructions state:

Below the h1 element, add an h2 element with this text:

Cat Photos

First of all, you deleted the h1 element. Second the text of the h2 element is incorrect. Look at the exact spelling and spacing.