HTML FRAMES
Basic Examples

<FRAMESET COLS="50%,50%">

<NOFRAMES>
<H1 align=center><BLINK>Frame ALERT!</BLINK></H1>
<P>
This document is designed to be viewed using <B>Netscape 2.0</B>'s
Frame features. If you are seeing this message, you are using
a frame <I>challenged</I> browser.
</P>
<P>
A <B>Frame-capable</B> browser can be gotten from
<A HREF=/>Netscape Communications</A>.
</P>
</NOFRAMES>

<FRAMESET ROWS="50%,50%">
  <FRAME SRC="cell.html">
  <FRAME SRC="cell.html">
</FRAMESET>
<FRAMESET ROWS="33%,33%,33%">
  <FRAME SRC="cell.html">
  <FRAME SRC="cell.html">
  <FRAME SRC="cell.html">
</FRAMESET>

</FRAMESET>

Example of frame layout

previous slide | next slide
Return to Beginning of Presentation
Return to Software Development Library