NOTE: I am in no way advocating multiple heads within a page
I\'m using Apache Tiles and I have a few tiles that include their own heads
What is the purpose of doing something so egregiously invalid? And why you're asking this seems very unclear.
Not only should you only have ONE section on a page, under no circumstances is the
to be nested anywhere inside the
section.
This practice makes absolutely no sense whatsoever....
(Side-note: Certain browsers ignore or move invalid tags when the DOM is constructed which will defeat your entire purpose of doing this.)
EDIT (based on comments):
For anyone interested in including tags within the
, you can read more about the specific details in my answer here...
Will linking javascript files in the body rather than in the header cause a problem?