Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

I am positive I am typing “Everyone loves cute cats online!” correctly. It is saying there is a typo

Your code so far

</p>Everyone loves cute cats online</p>
<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <p>

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

Here I see only an opening tag with no text

here you have two closing tags, the first one should be an opening tag, and the element shuld go below the h2