Framing (World Wide Web) - Syntax

Syntax

The frameset is used instead of the and tags. Rows and cols attributes can be used to describe the dimensions of the frames in comma-separated lists of sizes (in pixels or percentages). If the percentages do not add to 100 the browser should adjust the sizes proportionally. Any row or column size may be replaced with an asterisk to indicate the remainder of the remaining screen space. Within the frameset, the framed panels are described with their source documents. The element may be included so browsers with frames disabled (or browsers that don't support frames) can display something to the user, as in this example:</p> <frameset cols="85%, 15%"> <frame src="URL OF FRAME PAGE 1 HERE"> <frame src="URL OF FRAME PAGE 2 HERE"> <noframes> Text to be displayed in browsers that do not support frames

Read more about this topic:  Framing (World Wide Web)