Vivek Khera wrote:
>
> >>>>> "SM" == Shay Mandel <[EMAIL PROTECTED]> writes:
>
> SM> p.s. - the header file I'm getting is the same for all the pages, thus
> SM> it does not resides in the same directory as the page itself.
>
> Conveniently, Netscape recognizes the <TITLE> html tag anywhere in the
> document, not just in the <HEAD> section. I didn't test if it worked
> for other browsers, though.
That would not amount to valid HTML. According to the HTML 4.0
recommendation, "Every HTML document must have a TITLE element in the
HEAD section."
Further, the TITLE element is required. Every document must have
exactly one TITLE element.
http://www.w3.org/TR/REC-html40/struct/global.html#h-7.4.2
What the HTML spec does not require is for the HEAD section to come
first. So if you must include the HEAD section at the end of the
document, that would be fine. Experiment to ensure that this does not
break user agents.
-jwb
--
Jeffrey W. Baker * [EMAIL PROTECTED]
Critical Path, Inc. * we handle the world's email * www.cp.net
415.808.8807