Frames

Frames allow an author to display multiple documents in a single window that is divided into rectangular subspaces called frames. Visual browsers allow these frames to be scrolled independently of each other, and links can be loaded in a frame without changing the content of other frames.

The HTML 4.0 frames model has that make frames hated by many users. Frames should only be used with great care; see the for some guidelines on suitable use of frames.

In a document, the outermost element takes the place of and immediately follows the . Contained within the FRAMESET element are elements that define each frame, other FRAMESET elements for complex layouts, and a element to provide alternate content for browsers with frames disabled or not supported.