Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:
Describe your issue in detail here.
this is exactly what you say to do change the h1 but you should i think be saying change hello world as h1 does not work
Your code so far

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

Your browser information:

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

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

Link to the challenge:

CatPhotoApp is not a tag, h1 is.

hello and welcome to fcc forum :slight_smile:

lets read from instructions

Find the h1 element and change its text to:
CatPhotoApp

  • you didnt replace that given text of “Hello World” with “CatPhotoApp”
  • you are not supposed to change “tag name(i.e. h2)”

now go back to your code and adress those changes and it should be alright, happy learning :slight_smile:

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