Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

My code is correct but it tells me to try again every time

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>CatPhotoApp</h1>
    <h2>CatPhotos</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/130.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 2

Hi there and welcome to our community!

The text content of your h2 element should be ‘Cat Photos’ not ‘CatPhotos’.