I was looking at the following link:
I was trying to find ways to display the header over a page as they have
done. However, looking at the HTML source, I see they use several <div> tags
that appear prior to the <html> tag.
Can anyone explain to me why there would be <div> tags outside of the <html>
area, and how this could work?
Thanks!
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
>
> Can anyone explain to me why there would be <div> tags outside of
> the <html> area, and how this could work?
The code outside the "html" element was added by Google. This is
invalid, of course, but browsers don't care about validity very
much.
Google could also have inserted its code after the opening <html>
tag, but this would be more complex and error-prone.
--
<http://schneegans.de/sv/> � XML Schema Validator