HTML Example of the ROWS and COLS attributes for FRAMESET

< back to <FRAMESET COLS="...">

This page is an example of <FRAMESET COLS="..."> The code used to create this page looks like this:

<FRAMESET ROWS="80%,20%" COLS="60%,20%,20%">
 <FRAME SRC="rowcol1a.html">
 <FRAME SRC="rowcol1b.html">
 <FRAME SRC="rowcol1c.html">
 <FRAME SRC="rowcol1d.html">
 <FRAME SRC="rowcol1e.html">
 <FRAME SRC="rowcol1f.html">
<NOFRAMES>NOFRAMES stuff
</NOFRAMES>
</FRAMESET>