Embedding Web Pages within Web Pages
by sabitha[ Edit ] 2010-09-17 14:05:31
If you're looking for a way to display a web page within a web page, this HTML code may be just what you're looking for.
As you can see in the example below, we are displaying a web page within the web page that you are viewing right now.
This HTML code will enable you to display rotating tips, images or whatever you'd like.
<object data=http://www.web-source.net width="600" height="400"> <embed src=http://www.web-source.net width="600" height="400"> </embed> Error: