why <p> </p> is using before opening and after closing | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

why <p> </p> is using before opening and after closing

20th Jul 2016, 2:28 PM
Omar
5 Antworten
+ 1
p is use for paragraph
20th Jul 2016, 6:57 PM
rahul swami
rahul swami - avatar
0
@manish, no offence, but stop giving wrong answers to people and try to learn HTML basics instead. You don't place a paragraph inside <head>. I just saw another answer of yours where you gave incorrect information (<a SRC="">)!
20th Jul 2016, 6:47 PM
ZinC
ZinC - avatar
0
@zinc hahahahahah
23rd Aug 2016, 4:03 PM
manish rawat
manish rawat - avatar
- 1
Becouse is an text command <html> <head> <title>New Page</title> </head> <body> <p>Hello World!</p> </body> </html>
20th Jul 2016, 3:30 PM
Radu Gabriel Popa
Radu Gabriel Popa - avatar
- 1
let me guess ur question u say that in code <head> text <p></p> <\head> text is printed on page this is because u can simply write the story directly in webpage elements such as <p> give certain specific properties to them they can be used alone otherwise
20th Jul 2016, 4:57 PM
manish rawat
manish rawat - avatar