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</catphotoapp>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

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

Link to the challenge:

You want to leave those as h1 tags. I would restart the step to get the original HTML back. Then, you want to change the text in between the h1 tags.

I need help with the number project

<catphotoapp>Hello World</catphotoapp>

catphotoapp is not an html element. The challenge asks you to write the heading of the page. So, you have to use the h1 element.

H1 should be looks like this:

<h1></h1>

Then replace Hello World with Cat Photo App between the opening and closing tag

I need help with the number 9 project

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