Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:
The p element is not displaying even though I think I get it right. It keeps saying I have omitted a word or have a typo but I don’t .

Your code so far

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

Your mobile information:

Infinix X680 - Android 10 - Android SDK 29

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

Link to the challenge:

Hi there and welcome. Your opening p tag isn’t correct also you didn’t have completed your p closing tag and you have a space before the word Everyone.