Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:
Describe your issue in detail here.

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

</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15

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

Link to the challenge:

Hi Welcome to the forum!

Looking at your code, it seems like you have put the h1 element above the <html> element.

To pass this lesson, only the text inside the h1 needs to change, not it’s location. The text inside the h1 is correct, but it needs to go inside the body element. i.e. between the <body> and </body> tags.

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