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>
<ElementName> http-equiv="ContentType">CatPhotoApp="text/html; charset=UTF-8"/>
<title>Email course</title>
</head>
</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/98.0.4758.102 Safari/537.36

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

Link to the challenge:

You added some stuff that wasn’t asked for (such as http-equiv="ContentType">CatPhotoApp="text/html; charset=UTF-8"/>) and you changed things you shouldn’t have changed. I would restart the step to get the original HTML back. Then, the only thing you want to do is change the text of the h1 element. Changing the text of an element means changing the text that is in between the opening and closing tags for the element. So you don’t want to change the <h1> and </h1> as those are the opening and closing tags for the h1 element. You want to change the text in between those tags.

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