I'm unable to pass the test number 1 i.e say hello to HTML

Tell us what’s happening:

Your code so far


<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<p>HelloParagraph</p>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; MAR-LX1A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36.

Challenge: Inform with the Paragraph Element

Link to the challenge:

Oh yes, you gonna be stuck there for ever.

The Free Code Camp lessons check for correctness of each string they provide, so in this case. <p>HelloParagraph</p> will never be correct since the exercise ask for <p>Hello Paragraph</p> . Exacly, you missed a white space.