hey guys im new to coding could u pls tell me the sisue here?**
Describe your issue in detail her
e.
Your code so far
<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<P>Hello paragraph. </p>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36
Challenge: Inform with the Paragraph Element
Link to the challenge:
dka58
October 30, 2021, 2:25pm
2
You’ve got a syntax error in the opening tag of your paragraph.
Hi @muraafiuzubair ,
you got this error because in the opening tag of your paragraph you wrote “P” instead of “p”, remember that HTML is case sensitive on tags and does not recognize <P>
as such.
system
Closed
May 1, 2022, 5:24am
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.