Learn HTML by Building a Cat Photo App - Step 1

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

  **Your code so far**
<html>
<body>
  <h1>cat
    photoApp</h1>
</body>
</html>elements have opening tags like <h1> and closing tags like
</h1>catPhotoApp
Find the h1 element and change its text to:
catPhotoApp
  **Your browser information:**

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

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

Link to the challenge:

Hi!

Please try to describe your issue in more detail in the ‘tell us what is happening’ section in future, you can write your own text in this section. It makes helping much easier.

You’ve added a lot of code to the lesson that isn’t needed. I would restart the lesson, you just need to change the text in the h1 element.

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