About the HTML-

Tell us what’s happening:

I am trying to create the P element I don’t thing got it correct .
plz can someone help me
Your code so far


<h1>Hello World</h1>

<p1>Hello Paragraph</p1>

<p>Hello Paragraph</p>

<p2>The quick brown fox jump over the lazy dog</p2>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15.

Challenge: Inform with the Paragraph Element

Link to the challenge:

I don’t know how to create a closing tag for the P element

That line is correct. You have an opening and closing p tag and you’ve got text in between them. That makes it a p element.

There are no such tags as <p1> and <p2>. It’s always just <p>
It looks like you deleted the h2 element that was there. Reset the lesson and do it again.

Edit: As an aside, the h in h1 and h2 stands for header. There are six of them and they are of varying sizes. You’ll see this in a forthcoming lesson.