Make sure each of your p elements has a closing tag

Make sure each of your p elements has a closing tag.

1 Like

It really doesn’t say much. Can you share code?

Its exactly as you say. One or more of your p tags isnt closed.

Pls am trying to create a p closing tag, kindly help, its not working

HelloParagraph


It did not run pls help

There is a space between the words “Hello Paragraph”.

<p>  <!-- Opening paragraph tag -->

</p> <!-- Closing paragraph tag -->

<p>Some random paragraph text</p> <!-- The paragraph element -->
1 Like

Pls I tried writing as u said but it did not run on d freecodecamp, can u help exactly d way I shd write it pls

Paste your code exactly as it is and I will point you in the right direction.

This short video explains exactly what you’re stuck on:

1 Like

Also, if you are not using Chrome, try it in that browser.

Hello Paragraph

Hello Paragraph

Post your code or a link to your challenge page.

All three elements need to be there not just the paragraph. Reset the challenge, add the paragraph below the h1 and h2 elements.

<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<p></p> <!-- Add the text Hello Paragraph to the paragraph element -->

Seeing as this is for a different challenge than the original post. If you still need help it might be better to click the “Ask for help” button on the challenge it will make a new thread and post the code for you.

1 Like

I av passed level 3, but am hooked in level 5, uncommenting pls kindly help out

If you show your code it is possible to help you, give you hints toward the solution

You can use the “Ask for help” button in your challenge to have a precompiled post with your code

I was ask to uncomment my h1,h2 and p statement

Without seeing what you have written so far and the link or at least name of the challenge it is not possible to help you

CatPhotoApp

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

This is the code where the freeCodeCamp, gives me an error ::
Each of your

elements should have a closing tag.

The closing
tag should come after the second closing paragraph tag.

Please review the above Code and Error, but i still get an error.