I code it correctly but I can't pass the challenge. what is my mistake?

I code it correctly but I can’t pass the challenge. what is my mistake?
here is my code

Hello World

CatPhotoApp

Hello Paragraph

here is the error code Your `p` element should have a closing tag.

Your code so far


<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<p>Hello Paragraph</P>

Your browser information:

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

Challenge: Inform with the Paragraph Element

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/inform-with-the-paragraph-element

Case sensitivity matters.

Your p element should have a closing tag.

Look at what you have in the closing tag, it does not match the opening tag.

1 Like

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums

Thank you it is the solutions

1 Like