With frames, you can display more than one Web page in the same browser window.
Examples
Vertical framesetThis example demonstrates how to make a vertical frameset with three different documents.
Horizontal framesetThis example demonstrates how to make a horizontal frameset with three different documents.
(You can find more examples at the bottom of this page)
Frames
With frames, you can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of the others.
The disadvantages of using frames are:
The web developer must keep track of more HTML documents
It is difficult to print the entire page
The Frameset Tag
The
Note: The frameset column size value can also be set in pixels (cols="200,500"), and one of the columns can be set to use the remaining space (cols="25%,*").
Basic Notes - Useful Tips
If a frame has visible borders, the user can resize it by dragging the border. To prevent a user from doing this, you can add noresize="noresize" to the tag.
Add the
Important: You cannot use the tags together with the tags! However, if you add a