RE: Include Files in HTML

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: sono-io at fannullone.us

> 	In my readings, I've run across examples showing include files
being  
> called from within the <head></head> tags, and other examples showing

> them called within <body></body>.  I've always put them in the header

> section myself, but I was wondering if one is better than the other,  
> or is it just personal preference?

Depends on what you are including. The only tags that can be inside the
head are <base>, <link>, <meta>, <script>, <style>,  and <title>.
Everything else is either body or prologue.

The full specs can be found at
<http://www.w3schools.com/tags/default.asp>.

Bob McConnell

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux