A Very Basic Example of HTML Frames
This is a basic example of using frames in a web page. The HTML used to create this page looks like this:
<HTML>
<HEAD>
<TITLE>A Basic Example of Frames</TITLE>
</HEAD>
<FRAMESET ROWS="75%, *" COLS="*, 40%">
<FRAME SRC="framea.php">
<FRAME SRC="frameb.php">
<FRAME SRC="framec.php">
<FRAME SRC="framed.php">
<NOFRAMES>
<H1>No Frames? No Problem!</H1>
Take a look at our
<A HREF="basic.noframes.php">no-frames</A>
version.
</NOFRAMES>
</FRAMESET>
</HTML>
Copyright 1997-2002 Idocs, Inc. Written by Miko Sullivan.
|