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>
<head>
  <titel>WELCOM IN MY LIFE</titel>
<body>
  <h1>Hello World</h1>
</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/103.0.5060.53 Safari/537.36

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

Link to the challenge:

You added an element you weren’t asked to add (and also spelled it wrong) and you didn’t make the change you were ask to make. I would restart the step to get the original HTML back. The only thing you want to do is change the text inside the h1 element from Hello World to CatPhotoApp.

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