Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:

This site is too slow

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1><CatPhotoApp</h1>
    </body>
    </html>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 1

Hello and welcome to the forum.

What do you mean it is too slow?

In your h1 remove the < that is before the text CatPhotoApp
<h1>'<'CatPhotoApp</h1>