This is main.htm. For coding view source code.
The coding for 4frames.htm is:
<FRAMESET ROWS="75,*>
<NOFRAMES>
<HEAD></HEAD><BODY BGCOLOR="#FFFFF0"><CENTER>Your browser does not suport frames. This live example will not work. Return to <A HREF="frames.htm">Frame Tags page</A> or the <A HREF="index.htm">HTML Examples Title page</A>.</CENTER></BODY>
</NOFRAMES>
<FRAMESET BORDERCOLOR="RED" COLS="200,*">
<FRAMESET ROWS="23,23">
<FRAME MARGINWIDTH="1" MARGINHEIGHT="1" NAME="logo" SRC="logo.htm" SCROLLING="no">
<FRAME MARGINWIDTH="1" MARGINHEIGHT="1" NAME="counter" SRC="counter.htm" SCROLLING="no">
</FRAMESET>
<FRAME MARGINWIDTH="1" MARGINHEIGHT="1" NAME="menu" SRC="menu.htm" SCROLLING="no">
</FRAMESET>
<FRAME FRAME MARGINWIDTH="35" MARGINHEIGHT="1" NAME="main" SRC="main.htm">
</FRAMESET>
| The coding for logo.htm | The coding for counter.htm | The coding for menu.htm |
<HTML> <HEAD> <TITLE>logo</TITLE> </HEAD> <BODY BGCOLOR="white"> <FONT SIZE=4>LOGO</FONT> </BODY> </HTML> |
<HTML> <HEAD> <TITLE>counter</TITLE> </HEAD> <BODY BGCOLOR="white"> <B>XXXXX Visitors</B> </BODY> </HTML> |
<HTML> <HEAD> <TITLE>menu</TITLE> </HEAD> <BODY BGCOLOR="tan"> Opens up in main frame below: |<A HREF="index.htm" TARGET="main">Title Page</A>| |<A HREF="frames.htm" TARGET="main">Frames Page</A>| <P> Breaks out of frames: |<A HREF="index.htm" TARGET="_top">Title Page</A>| |<A HREF="frames.htm" TARGET="_top">Frames Page</A>| </BODY> </HTML> |
|---|
| |Title Page| |
|---|
| |Color| |Dynamic HTML/Layers| |Form Tags| |Frame Tags| |HTML Entities / ISO Characters| |
| |Image Tags| |Link Tags| |List Tags| |Other Spacing / Layout Tags| |Rule Tags| |Sound Tags| |
| |Style Sheets| |Table Tags I| |Table Tags II| |Text Tags| |Bibliography| |Index| |
© David Merchant 1997-2001.
<