Learn HTML Code Tutorial Reference Guideback to <FRAMESET COLS="...">

Example of the ROWS and COLS attributes for FRAMESET

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>

Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License>. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.