I am currently creating a web site with pure HTML ( No frameworks Just with plain HTML ).
It has lot of pages having a common navigation.
Is there a way to have feature like master pages of ASP.Net or template kind of thing which some other framework offer.
I am little reluctant to use the frame-sets.
Thanks.
If your webserver allows you to use SSI (Server Side Includes) you can include common HTML files into your various pages to allow you to re-use some of your navigation and layout pages.
Ex.
Depending on the server configuration, you may need to change the extension of your file to .shtm or .shtml in order for the SSI commands to be processed.