 |
Saturday, May 17, 2008 
<FRAMESET> Frame Group Definition
|
DEFINITION Hosts the <FRAME>, <FRAMESET>, and <noFRAMES> tags |
SUGGESTED STYLE/USAGE Frames can be nested within other frames; FRAMEBORDER= and FRAMESPACING= are inherited from any containing <FRAMESET> element. Set the attribute onlt the single, outermost <FRAMESET> tag to affect all <FRAME> tags on that page. |
EXAMPLE <html> <HEAD> <TITLE>Frames Sample</TITLE>
</HEAD> <FRAMESET COLS="50%"> <FRAME FRAMBORDER=1 SCROLLING=YES SRC="sidemenu.html"> <FRAME FRAMBORDER=1 SCROLLING=NO SRC="main.html"> </FRAMESET> </html> |
 |
 |