Build a Cat Photo App - Step 1

Tell us what’s happening:

i have added h1 with opening and closing tag of Cat Photo App but image did not appear

Your code so far

<html>
  <body>
    <h1>CatPhotosApp</h1>
    <h2>Cat Photos</h2>
    <p>Everyone loves <a>cute cats</a> online!</p>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

   

<!-- 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/131.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 1

Hi there!
You didn’t need the above extra elements for the challenge step. The challenge step only wants to change the h1 element text to CatPhotoApp. The test are specific about the challenge instructions. Strictly follow the instructions.