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

<h1>Hello World 

<!-- User Editable Region -->

    <h1>Hello World</h1>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36

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

Link to the challenge:

I would reset the step to get the original HTML back because you changed things that you shouldn’t have.

The only thing you want to do here is change the text inside the h1 element to CatPhotoApp. This means deleting the text that is currently in the h1 element and replacing it with CatPhotoApp. Do not add anything else or delete anything else.

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