Jun
20th

How To Embed Web Page within Web Page?

Files under HTML & CSS | 2,185 views

If you feel struggle on displaying a web page within another web page, then this HTML code may help to solve the problem.

How can i do that? There’s no need long list of code, or complex JavaScript code, but it just use pure simple HTML tags.

Copy and paste the code below into your web page where you would like to embed the web page that you like.

<object data=http://www.imdavidlee.com width=”600″ height=”400″> <embed src=http://www.imdavidlee.com width=”600″ height=”400″> </embed> </object>

See the preview:


Post a Comment

| 2,185 views