0
why <p> </p> is using before opening and after closing
5 Respostas
+ 1
p is use for paragraph
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="">)!
0
@zinc hahahahahah
- 1
Becouse is an text command
<html>
<head>
<title>New Page</title>
</head>
<body>
<p>Hello World!</p>
</body>
</html>
- 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