Body tag is within Head tag or both are separate tags altogether? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Body tag is within Head tag or both are separate tags altogether?

3rd Jul 2016, 7:00 AM
Aakash Thakur
Aakash Thakur - avatar
1 Answer
+ 1
They're separate. The syntax is: <!doctype html> <html> <head> <!-- Head stuff go here --> </head> <body> <!-- Body stuff go here --> </body> </html>
4th Jul 2016, 12:46 PM
ZinC
ZinC - avatar