Learn HTML by Building a Cat Photo App - Step 2

i dont understand how to do it

CatPhotoApp

<html>
  <body>

<!-- User Editable Region -->

    <h2>CatPhotoApp</h1>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) 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:

You used h2 to element to open and h1 element to close
It can be solved by changing the h2 element to h1 element.
Also next time, mention clearly what it is that you don’t understand as it would help me to reply

thank you so much you helped me a whole lot

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.