The following gives an example of a complete html marked up page using Frames.

<HTML>

<HEAD>

<TITLE>KUDOS - A FRAME TUTORIAL</TITLE>

</HEAD>

<FRAMESET COLS="80, *">

<FRAME SRC="sideframe.html" SCROLLING="auto">

<FRAME SRC="idx.html" SCROLLING="auto" NAME="main">

</FRAMESET>

<NOFRAMES>

<BODY>

This is a Tutorial on How to Create Frames.

<p>

In order to view the tutorial, you need to use a browser that supports Frames.

<p>

<CENTER>

<A HREF="http://home.netscape.com/comprod/mirror/index.html"

target="main"><IMG SRC="gifs/now20_button.gif"></A>

<br>

This site is best viewed with Netscape Navigator 2.0

<p>

</BODY>

</NOFRAMES>

</HTML>

Some Examples

 

 

© 1995-2000 BareMetal.Com Inc.
Originally by Kudosnet Technologies Inc. all rights reserved.