embedding web pages, embedding data, embedding objects

Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering Free HTML Tips, Tags and Codes

Web-Source.net: Your guide to professional web design and developmentwebmaster resourcesOpen Directory ProjectDiscussion Forumfree ebooksfree articles
web site design development internet marketing and promotion tutorials

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

webmaster resources

Embedding Web Pages within Web Pages

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.

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


Error: Embedded data could not be displayed.


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


<object data=http://www.web-source.net width="600" height="400"> <embed src=http://www.web-source.net width="600" height="400"> </embed> Error: Embedded data could not be displayed. </object>

Change the text indicated in bold to suit your needs.


Tip provided by:

Eric Hoes http://www.erichoes.com






Submit your HTML code snippets. We'll credit you and give you a link to your website.