Getting Started with FramesFrames offer another approach to web page construction. Frames are areas within a browser window, each of which can display a separate web pageeach containing its own, text, graphics, and other content, and even a table or CSS-based layout. Several frames being used together are collectively called a frameset. The frameset file isn't displayed in the visitor's browser window as content, but it's needed to control the other frames in the layout.Think of frames as like the rows and columns in a tablethey essentially divide the browser window into a grid. Think of the frameset itself as the table that contains those rows and columns, holding everything together. So a frameset that contains four frames, for example, actually needs five web pages to work. C'est bon?If you've been surfing the web for a while, you've probably encountered a site that uses frames, so you may be familiar with them. Usually, a frames-based layout contains a narrow frame on the left that contains the site's main navigation, and a larger frame that contains content. With this arrangement, the site's navigation will always be available, even if the visitor scrolls down through the main content.Three frames are being used in this frameset: a frame that spans the top of the browser window, a narrow frame on the left that contains the site's navigation controls, and a larger frame that occupies the rest of the browser window.[View full size image] ![]() ![]() ![]() |