Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:
Describe your issue in detail here.
Hello Guys,
Am from a no IT background, happy to transit into the IT ecosystem. Though am stuck at this first step of learning HTML ,no idea on how to move forward. I will really appreciate your help and advised on how to navigate my way

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>Hello World</h1><h1>Hello World<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/112.0.0.0 Safari/537.36 Edg/112.0.1722.58

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

Link to the challenge:

Hi! Welcome to the forum!

The question says

Find the h1 element and change its text to:

CatPhotoApp

Your code is:

<h1>Hello World</h1><h1>Hello World<h1

Meaning your text says ‘hello world’. You’ve also started to create a new h1 element. You do not need to do this, just change the text in the existing h1 element to ‘CatPhotoApp’.

Make sure you close the brackets too!