Learn HTML by Building a Cat Photo App - Step 1

why is kepping telling this?!

Your h1 element should have an opening tag. Opening tags have this syntax: <elementName> .

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <catphotoapp>Hello World</catphotoapp>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

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

Link to the challenge:

Hello and welcome to the community :smiley:!

The reason you keep getting this error is because your element tags shouldn’t have the text ‘catphotoapp’ inside. Instead reset the step so that you have the h1 tags back and change the text between the opening and closing tag from ‘Hello World’ to the text ‘catphotoapp’. Anything that goes between your h1 tags will appear on your page as a heading.

1 Like

thank you, i am just starting, but i figure it out!
now i am stuck at step 15… :woman_shrugging:

Great going!
Post a new topic for each step that you’re stuck at so that others can see your code and help you out!

1 Like

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