QUOTE(L. Kaiserblazer @ Aug 13 2008, 06:15 AM)

html generally loads faster, but it is not always the best method to use... i would try CSS, which can do a lot, but not everything you can do with PHP...
Eh? CSS and PHP are completely different languages, they don't overlap in any significant way...
HTML files will always be served slightly faster than PHP files, but when things are working well there shouldn't be a noticeable difference (it depends on how well optimised your PHP is really). This is simply because PHP has to be passed through mod_php to parse the PHP in the file, this is not required of HTML files. However, the extra functionality in PHP usually more than makes up for a tiny speed hit.