Tell us what’s happening:
telling me to put “Hello World” in p element ,bt saying im doing it wrong
Your code so far
<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<p>Hello Paragragh</p>
Your browser information:
Tell us what’s happening:
telling me to put “Hello World” in p element ,bt saying im doing it wrong
Your code so far
<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<p>Hello Paragragh</p>
Your browser information:
I think the lesson is trying to make you write Hello World and not Hello Paragraph.
Also you have a typo,
<p>Hello Paragragh</p> <=== Maybe you meant Paragraph?
yes i meant paragragh, i have done the same as you did and it is still wrong
It says,
Your p element should have the text “Hello Paragraph”.
Case matters and also the quotes and the period sign