Is it OK to have multiple html, head, and body elements in single page
Posted
by nicknisi
on Stack Overflow
See other posts from Stack Overflow
or by nicknisi
Published on 2010-04-08T20:16:33Z
Indexed on
2010/04/08
20:23 UTC
Read the original article
Hit count: 179
I have multiple pages being pulled together into a single page. Some of these individual pages have their own html, head, and body elements. Is it detrimental to the performance of the page to have these? It seems that the DOM is correct (only has a single of each element) in FireBug.
© Stack Overflow or respective owner