Catphotoapp first step

Hi, I’m new to coding and I have some issues with the first step. The instructions say to change h1 to CatPhotoApp and I did but the test says that it also needs an opening tag? I feel like I tried everything any help is appreciated.

  **Your code so far**
<html>
<body>
  <CatPhotoApp>Hello World</CatPhotoApp>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 1

Link to the challenge:

The <h1> tag is an element whereas, ‘CatPhotoApp’ is just plain text. It’s the title.

1 Like

@GauravSakhare this is a learning site, please don’t just give people the answer to cut and paste, especially for curriculum. We try to guide them to the answer.

@kevinSmith I understand. I’ll be careful hereafter. Thanks! :blush:

1 Like

CatPhotoApp is not a tag so you would use h1 tags and then put the text inside the h1 tags

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