Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

Your h2 element’s text should be ‘Cat Photos’. Only place the text Cat Photos between the opening and closing h2 tags.

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>CatPhotoApp</h1>
    <h2>CatPhotos</h2>Cat Photos<h2>
     
    
    

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 2

It is “Cat” space “Photos”. Good try though.

Welcome to the forum @TechyP

You have extra text and extra html tags.

Happy coding