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>

<!-- User Editable Region -->

    <
<CatPhotoApp>Hello World</CatPhotoAppp>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

You changed the h1 element into a CatPhotoApp element, which isn’t a valid HTML element. Instead, you want to change the text in the h1 element to CatPhotoApp. So the h1 element should still be there, just the text inside of it should change. You might want to restart the step to get the original HTML back and try again.

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