<html>
<body>
<frameset> cols="20%,*,20%">
<frame> src="left.html">
<frame> src="main.html">
<frame> src="right.html">
<noframes>
Content for browsers that do not support frames
</noframes>
</frameset>
</body>
</html>
The frame element creates a frame (a subdivision of the browser window) within the frameset element.
Deprecated
A live example:
This example is simulated.
N of