<p>Hello Paragraph</p>

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

Your code so far


<h1>Hello World</h1>
<h2>CatPhotoApp</p>
<p>Hello Paragraph i'm a p tag!</p>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.53

Challenge: Inform with the Paragraph Element

Link to the challenge:

You didn’t finish asking your question. Please edit your post to include information about what you would like help with.

HI @blairjoe05 !

Welcome to the forum!

It is important to know how to read error messages.
It will help you find the problem so you can fix it. :grinning:

The error message says this

Your p element should have a closing tag.

They are talking about this line

You are missing an h2 tag there.

When you fix that then the test passes.

Also, it is important to use the exact text from the directions.

This text is incorrect.

The directions say to use this text
give it the text Hello Paragraph

Hope that helps!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.