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>

<!-- User Editable Region -->

    <CatPhotoApp>.Hello World</CatPhotoApp>.

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0

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

Link to the challenge:

You should not have got rid of the h1. When the challenge asked
" Find the h1 element and change its text to:

CatPhotoApp"

It meant for you to change the text from Hello World to CatPhotoApp. I recommend to reset the lesson, and then only change the hello world text to the text the challenge ask

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