Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:
First practice and ive been putting the catphotoapp inside the

but i delete the

and type it as >catphotoapp> even with case sensitive but nothing is working when i check code with cntrl enter. just says im close and hang in there not sure what to do.

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1
    >Hello World</h1> 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/112.0.0.0 Safari/537.36 Edg/112.0.1722.68

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

Link to the challenge:

Welcome to the forum!

I would suggest resetting the step so that the code returns to its original state.
Then all you need to do is change the text ‘Hello World’ and not change anything else.
The replacement text is case-sensitive.

1 Like

thank you i got it i was typing inside the h1 <> instead of erasing hello world and it wasnt case sensitive for me either it passed without problem.