How to: Use HTML frames

<html>
</head>
<frameset rows="40%,*">
<frame name="main" src="http://www.docpointer.com/">
<frame name="map" src="AppletFrameExample1.html" >
<noframes>
<body><p>This page uses frames.</p></body>
</noframes>
</frameset>
</html>