Learn HTML by Building a Cat Photo App - Step 1

the code wont go im new to coding so i dont know literally anything

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 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36

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

Link to the challenge:

The instructions asked you to change the text between the opening <h1> and the closing </h1> tags. The text is in between the opening and closing tags, and you are asked to change the given text to CatPhotoApp.

Currently, you have changed the h1 element to a CatPhotoApp element which does not exist.

I recommend you to reset the step (it will appear after submitting the code a few times), and then only change the text in between the opening <h1> and the closing </h1> tags.

1 Like

were you able to get it?

Welcome to the community!

@Cryptic_X has provided the necessary guidance to complete this step!

Happy coding! :slight_smile: