Learn HTML by Building a Cat Photo App - Step 3

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

I have failed to create a P element. just started the course a few minutes back

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

<!-- User Editable Region -->

    <h2>Cat Photos</h2> 
    <hp>cats. see more cats in our gallery</hp>
    

<!-- 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 3

Link to the challenge:

Hi! Welcome to the forum!

A paragraph element should only have the letter p in it.

The text the lesson asks for is See more cat photos in our gallery.

<hp>cats. see more cats in our gallery</hp>

Do you have the correct text and letter?