Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:
I don’t understand this thing.
It’s just telling me to put element name in my elements

Your code so far

<CatPhotoApp>
  <body>
    <CatPhotoApp>Hello World</CatPhotoApp>
  </body>
</CatPhotoApp>

Your mobile information:

TECNO BF7 - Android 12 - Android SDK 31

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

Link to the challenge:

Welcome to the forum @Elijah1234

The instructions are a bit confusing here.
What’s needed is for the code in the h1 tags to stay the same, but the text between them to change.

Here is an example to show what is needed.

<element>Change this text</element>

The text between the elements needs to change.

<element>Updated text</element>

Happy coding

Reset the exercise, and only modify Hello world to CatPhotoApp. In other words; only change the text within your h1 tags.

1 Like

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