<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 noframes element displays alternative content for browsers that do not support frames.
A live example:
Content for browsers that do not support frames.
This example is simulated.
N of