Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:
I can’t get the part to type CatPhotoApp, I just seem not to make it right

  **Your code so far**
<html>
<body>
  <h1> CatPhotoAppp </h1>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 1

Link to the challenge:

Hello, don’t put any space in the h1 element.
just type <h1>CatPhotoApp</h1>
It will give you that typo error. Hope this helps.

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