Inform with the Paragraph Element

Tell us what’s happening:

Your code so far

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

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Linux; U; Android 6.0.1; he-il; Redmi 4A Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.146 Mobile Safari/537.36 XiaoMi/MiuiBrowser/8.5.7.

Link to the challenge:
https://www.freecodecamp.org/challenges/inform-with-the-paragraph-element

<P> should be <p> (lowercase). Then you just have to fix the text in the <p> tags.