Learn HTML by Building a Cat Photo App - Step 1

The first html test code :
I have tried severally unsuccessfully, the error is " You have more than one h1 element. Remove the extra h1 element." yet I am following the procedure as directed.
Some to guide in unlocking this please.
Your code so far

<html>
<body>
  <h1>Hello World</h1>
 <h1>CatPhotoApp</h1>
</body>
</html>
  **Your browser information:**

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

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

Link to the challenge:

delete this from the code.

Happy coding

hello and welcome to fcc forum :slight_smile:

lets look at instructions and see if you can figure this out

Find the h1 element and change its text to:
CatPhotoApp

now look at your code and adjust that, also see what “dannee” is saying, happy learning :slight_smile:

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