Lets say I have a web site with 50 web pages. Each page consists of
- A Header
- Navigation
- Left Side Content
- Right Side Content
- Footer
Without using
- Frames
- Server side programming
- Third part tools and softwares
- Frameworks
I would need to put the code (HTML Markup) for each of these 5 sections in each of those 50 pages? What happened to the term "Code Once, Use Again & Again"? Also If I want to change any thing, I would need to change it at 50 places. This is just reduntant. Can I use as such.
<object type="text/html" height="100%" width="100%" data="header.html"></object>
Excuse my stupid questions. Learning the hardway!