+ 5
Can we have multiple body tags in single html file
Is it possible to add two or more body tags in one html file.
7 Answers
+ 6
As every programming language has a syntax, HTML has one too (without even being a programming language). The syntax doesn't allow more than one root tag each (html, head, body).
+ 17
I don't think so
+ 9
An HTML document can only have one html tag and one body tag.
+ 3
only one {body}
+ 3
Because body, head, html, are basic code you can not write again
+ 1
No you canβt have more than 1 body tag.
+ 1
only one tag body and one tag head.
Hot today
Python β File Handling
2 Votes
Help me
0 Votes
Whatβs wrong?
2 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
Achievements on Sololearn
1 Votes
How to draw in the console?
0 Votes