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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 1

Welcome to the forum.

The instructions are a bit confusing here.
What’s needed is for the code in the h1 elements 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

1 Like