Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

I do not understood the element p so can you please help to how to write the code

Your code so far

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

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <h3>every one love's  cur cat's </h3>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

like this is the h2 element, the p element starts with a <p> opening tag and ends with a </p> closing tag

you also need to make sure you use the exact text you are given to use

Hi Buddy Here is the given text in the instructions.
Everyone loves cute cats online!

But here you have created the h3 tag by mistake.

Kindly do make it a p tag by removing the h3 tag and then do put p tag in place of h3 tag and then do put the text which I’ve provided you.

Hope You Understand !!