Tell us what’s happening:
Your code so far
<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<p>Hello Paragragh.</p>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 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
First of all, welcome.
Second of all, when you post a question, please be sure to explain the problem you are having.
Lastly, I can see the problem you are having. The instructions say:
Create a p element below your h2 element, and give it the text “Hello Paragraph”.
And you added, <p>Hello Paragragh.</p>.
Can you see how what you added differs ever so slightly from the requirement? Notice that the requirement has no period inside the quotes. It is a small thing, but computers are very exact. Part of being a developer is paying attention to tiny little details. You also misspelled “Paragraph”.
When I make those two tiny changes, your code passes for me.