HTML - Tags - <frame>

#52 of 147
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 frame element creates a frame (a subdivision of the browser window) within the frameset element.

Deprecated

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