Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

the answer is

CatPhotos

.
but I keep getting an error message that says my code didn’t pass but I followed the directions exactly. please help.

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 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 2

hi and welcome to the forum!

For your question, if you look back at the instructions they said:

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

Cat Photos

So you did create a good h2 element and you placed it below the h1 element as they wanted but the only mistake is the text. It should say Cat Photos not catphotos.