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>
<body>
  <h1>Hello World</h1>
</body>
</html>
<h1>CatPhotoApp </h1>













</body>
</html>

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

You changed something that you shouldn’t have. The instructions only asked you to change the text inside the h1 element but you changed another tag too. It is best to only make the changes that the instructions ask you to make and do not make any other changes, otherwise it may throw the tests off and you won’t pass (which is the case here).

If you don’t know what you changed then you can restart the step to get the default code back. Then, only change the text inside the h1 element.

Thanks for the guidence and information.

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