|
|
|
Frames can divide the screen into separate windows.
Each of these windows can contain an HTML document.
A file that specifies how the screen is divided into frames is called a frameset.
If you want to make a homepage that uses frames you should:
- make an HTML document with the frameset
- make the normal HTML documents that should be loaded into each of these frames.
When a frameset page is loaded, the browser automatically loads each of the pages associated with the frames.
|
|
|
|