file inserting in HTML.
Can anyone tell me how to insert a HTML file in to another HTML file?
Say, I am having an HTML file viz. Container.html and another file named Source.html, now I want to include Source.html into Container.html, so that if I make a change in Source.html it reflects to Container.html.
Thanks in advance.:)
|