Depending on the design, I've made both separated HTML documents (those with footer.html, header.html, content.html, etc) and single documents with everything 'baked in.'
The separated-approach sometimes makes xHTML compliance difficult, because you can't easily validate a partial document, which usually doesn't have META tags, style declarations, and DOCTYPEs.
However, I do like seperate headers and footers because I feel like I'm being efficient.
But how is that different compared to using Templates in a web-dev program like Dreamweaver? Does it save any bandwidth? When I view a document that is automatically generated from multiple files, aren't I actually downloading the same amount of data that appears in a single 'chubby' HTML document?
What are your thoughts?





Bookmarks