Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:

The text CatPhotoApp should be present in the code. You may want to check your spelling.

which code that is my question

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>Hello World</h1>

<!-- User Editable Region -->

  </body>
</html>
<h1>this is CatAPhotoApp

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 1

It’s exactly what it sounds like. Set the text in the h1 element to CatPhotoApp.

reset the code and read the instructions, like @a2937 said: set the text “catphotoapp” inside the h1 element.

Delete the
<h1>this is CatAPhotoApp
at the end of your code and replace
<h1>Hello World</h1>
with–removed

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.