Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

My p element keeps saying my text is either misspelt or incorrect, but I have written the right code. What should I do? Need help checking my code. I’m losing my mind!

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    </p> Everyone loves cute cats online!

<!-- 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 Edg/131.0.0.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

Hi there and welcome to the forum!

You have incorrect p element.

Correct example:
<h1>Text about cats</h1>