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

<h1cat photo app>
  <h1bodycatphotos>

<!-- User Editable Region -->

    <h1mycatlovelist>h1catphotoapp</h1mycathatelist>

<!-- 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/121.0.0.0 Safari/537.36 Edg/121.0.0.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 1

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Welcome to the forum @Nooza

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.

<p>Change this text</p>

The text between the elements needs to change.

<p>Updated text</p>

Reset the step to restore the code and try again
You will need to use the exact text and casing from the instructions.

Happy coding

Hello
Can I get an example of how to do this?

Hello!
@Teller has given you an example, with a different element. Your h1 is an element name. So in your <> add your element name. Then after that add the text that you need to update. Then after that add your closing tag.
So it will look similar to this: <elementname>Remove old text and add updated text here</elementname>

I would recommend you to reset your code adn then where the text ‘Hello World’ is remove it and add the text ‘CatPhotoApp’

hello @Nooza here’s an example <p>Example</p> here you need to change the word"Example" into another word, like maybe <p>Something</p> hope this help :slight_smile:

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