Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>

<!-- User Editable Region -->

     <h2>Cat Photos</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

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

Link to the challenge:

Welcome to the freeCodeCamp Forum.
If you look at your code, it appears you have mixed two elements together in the coding. I see different opening and closing elements. The opening and closing should be, for example < h1 >Welcome to freeCodeCamp Forum< /h1 >
I hope this helps you. :slight_smile: