|
The header is part of the site, so the question is NULL. I design around concepts, because all that a site is, anymore, is a prettified concept. If you think about what HTML really is, no CSS, no font, no centering, just the tags and nothing but tags and text, no images, nothing, that is HTML, that is what the site truly is, if I go to your site in Lynx and don't want to stay for even a moment, the site has failed.
__________________
PHP Code:
<?php echo "Hello World"; ?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
|