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:

http://reference.sitepoint.com/html/iframe


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -