Create a Website
HTML
Dreamweaver
CSS Tutorial
JavaScript
FREE Domain!
Any web hosting you subscribe with DotEasy will get you a FREE domain name registration.
PLUS you get:
  • FREE Website Builder
  • FREE Blog
  • FREE Forum
  • FREE Photo Album
  • FREE Email Accounts
Get your FREE domain name today!
Home > HTML Help & Tutorial
SSD Web Hosting with FREE Domain

Frames allow you to divide the page into several rectangular areas, and to display a seperate web page in each area. Each of those rectangular areas is called a "frame". Each frame is independent of the others.

The disadvantages of using frames are:

How to Use Frames?

Let's say you want to display two seperate frames that contains different websites in our website. Then, you would type:
<frameset cols="50%,50%">
<frame src="http://www.google.com">
<frame src="http://www.yahoo.com">
</frameset>

The result is:

Enjoy this tutorial?

1. Link to this page(copy/paste into your own website or blog):
2. Add this page to your favorite social bookmarks sites:
3. Add this page as your favorites. (Press Ctrl+D)