Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:
Describe your issue in detail here.
I don’t know what i’m doing wrong. Can someone pls tell me?
Your code so far

<html>
  <body>
    <CatPhotoApp> Hello World </CatPhotoApp>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

hi there, the problem is that you are changing the h1 element tag and that is not what you need to do.
Click the reset button (it looks like an arrow turning) and this will return the code back to its original state.
Then take a look this post to see if it helps you understand which part of the code you were asked to change

1 Like

Thank you for your help I figured it out now. Thanks again.

1 Like