Using frames in HTML documents

Use these tags to separate the Web browser into frames.

 

N2.0 Frame Document <FRAMESET></FRAMESET> (instead of <BODY>)

N2.0 Row Heights <FRAMESET ROWS=,,,></FRAMESET> (pixels or %)

N2.0 Row Heights <FRAMESET ROWS=></FRAMESET> ( = relative size)

N2.0 Column Widths <FRAMESET COLS=,,,></FRAMESET> (pixels or %)

N2.0 Column Widths <FRAMESET COLS=></FRAMESET> ( = relative size)

 

N3.0b Borders <FRAMESET FRAMEBORDER="yes|no">

N3.0b Border Width <FRAMESET BORDER=?>

N3.0b Border Color <FRAMESET BORDERCOLOR="#$$$$$$">

 

N2.0 Define Frame <FRAME> (contents of an individual frame)

N2.0 Display Document <FRAME SRC="URL">

N2.0 Frame Name <FRAME NAME=""|_blank|_self|_parent|_top>

N2.0 Margin Width <FRAME MARGINWIDTH=?> (left and right margins)

N2.0 Margin Height <FRAME MARGINHEIGHT=?> (top and bottom margins)

N2.0 Scrollbar? <FRAME SCROLLING="YES|NO|AUTO">

N2.0 Not Resizable <FRAME NORESIZE>

N3.0b Borders <FRAME FRAMEBORDER="yes|no">

N3.0b Border Color <FRAME BORDERCOLOR="#$$$$$$">

 

N2.0 Unframed Content <NOFRAMES></NOFRAMES> (for non-frames browsers)

 

Related topics

Including tables in HTML documents

HTML tags

Including Java in HTML documents