HTML - Tags - <frameset>

#53 of 147
frameset
Next h1
Prev frame

 <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 frameset element divides the browser window into subwindows, called frames, each with it's own content.

Deprecated Use iframe instead.

A live example:


[frameset.gif]

This example is simulated.

N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath