Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:
Describe your issue in detail here.
This is the error that I keep getting :sorry, your code does not pass. Keep trying.
This is the hint that I was given :Your h1 element should have an opening tag. Opening tags have this syntax: <elementName> .

  **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/103.0.0.0 Safari/537.36

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

Link to the challenge:

this is not an h1 element, you changed the tags - instead you need to change the text between the tags. Reset your code and try again!

Oh okay thank you so much!

I worked! Thank you so much once again. I’m new to coding this my first attempt.

Read carefully the instructions, it’s really easy to have mistakes for a character, or for having read wrong! Good luck on your journey!

Okay thank you so much.

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