How to create HTML Templates -
i have several html pages , of content same pages. there way put content single file , include in html pages?
lets common data in html format.
yes can use iframes purpose.
design master page in .html format , use iframe tag
<iframe src="masterpage.html"></iframe> refer following link:
Comments
Post a Comment