happin
1
Tell us what’s happening:
Hello Paragraph
I have typed it several times but I get an error message when I run it
Your code so far
<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<P>"HelloParagraph"</P>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36
.
Challenge: Inform with the Paragraph Element
Link to the challenge:
Hello and welcome to the freeCodeCamp community~!
<P>
is not the same as <p>

You also probably should not have quotes around the text and should probably have a space between “Hello” and “Paragraph”.
Hey there
Read exactly what is asked. I just bumped into the same problem.
First like said
and
is not the same
Then they ask for a
Element with the Text “Hello Paragraph” (without the" at the start and the end".
That should do the Job