Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:

My h1 is being repeated kindly help me. What could be the problem

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>Hello World to CatphotoApp</h1> 
<h1>Hello World</h1><h1>CatPhotoApp</h1>
<!-- 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/128.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 1

hi and welcome to the forum.

To help you, please start by clicking the Reset button on the challenge page.
This will reset the code back to the start of this step.

After that, you will need to follow the instruction given which was:

Change the text of the h1 element below from Hello World to CatPhotoApp and watch the change in the browser preview.

if you are still stuck, please reply back to me here and copy the code into your reply with your response.