<html><head> <p> "i" </p> </head> <body> <p> h </p> </ body> </html> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

<html><head> <p> "i" </p> </head> <body> <p> h </p> </ body> </html>

why the output is "i" h "i" is inside the head tag it should be not visible right?? pls help me it may be a silly doubt

19th Sep 2018, 1:56 PM
Sathwik K.K
Sathwik K.K - avatar
1 Answer
+ 2
is not right over head, head is only for example metas or to connect external files like css or javascript. p is over body
19th Sep 2018, 2:13 PM
Ramphy Aquino Nova
Ramphy Aquino Nova - avatar