Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

I am trying to do an h2 command but I don’ understand the assignment

Your code so far

<html>

<!-- User Editable Region -->

  <h1>CatPhotosapp</h1>
  


<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPad; CPU OS 18_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.100 Mobile/15E148 Safari/604.1

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 2

Welcome to the forum @marleneneilson66

Your h1 element’s text should be ‘CatPhotoApp’. You have either omitted the text or have a typo.

It looks like you modified the text of the h1 element.
There is an extra s and the A of App is lower case.

Please reset the step to restore the seed code and try again.

Happy coding