Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:

my h1 element is saying more than one even after entering correct
given code it has created infinite loop

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>Hello World</h1>

<!-- User Editable Region -->

  </body>
</html>
<h1>CatPhotoApp</h1>
<h1>
  CatPhotoApp
  </h1>
  <h1>CatPhotoApp</h2>
  CatPhotoApp

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 1

Welcome to the forum @arungopan012

You have extra tags in your code.

Please reset the step to restore the seed code and try again.

Happy coding