OK, lass uns nun die Seiten home.html, here.html und there.html machen. Da Du sehr hart gearbeitet hast (und ich zu faul zum Schreiben bin) kopiere einfach folgendes in Notepad und speichere es ab.

Speichere folgendes als home.html.

<HTML>
<HEAD>
<TITLE>A Practice Page- Home</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H1 ALIGN=center>You are home.</H1>
Welcome to my homepage! This page should be attractive and easy to navigate because my
teacher Joe, besides being VERY handsome, has taught me the right way to build Frames!
<P><CENTER>Enjoy your stay!</CENTER>
</BODY>
</HTML>

SCHAU DIR DIE home.html an


Speichere das als here.html.

<HTML>
<HEAD>
<TITLE>A Practice Page- Here</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H1 ALIGN=center>Here</H1>
Welcome to here. Here is where everything happens. Here you'll find more neat stuff
than you can shake a stick at. Have you ever seen anyone shake a stick at something??
I never have.
</BODY>
</HTML>

SCHAU DIR DIE here.html an


Und natürlich speicherst Du das als there.html.

<HTML>
<HEAD>
<TITLE>A Practice Page- There</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H1 ALIGN=center>This is There</H1>
I would like to make a proposal. We have all seen that little arrow on signs that say
"You are here". Wouldn't it be better if there were also another arrow that says "You
should be there". It would make things so much easier.
</BODY>
</HTML>

SCHAU DIR DIE there.html an

Schau Dir jetzt Deine Hauptseite an.


Hoppla, wir haben etwas vergessen. Wenn Du das mitbekommen hast, als wir die Verzeichnisseite gemacht haben... gut für Dich! Also öffne die directory.html   und füge die nötigen TARGETs hinzu.

<HTML>
<HEAD>
<TITLE>Practice Page- Directory</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">

<H3>Directory</H3>

<A HREF="home.html" TARGET="MAIN-WINDOW">Home</A>

<P><A HREF="here.html" TARGET="MAIN-WINDOW">Go here</A>
<BR><A HREF="there.html" TARGET="MAIN-WINDOW">or there</A>

<P>or visit
<BR><A HREF="http://www.yahoo.com/" TARGET="_top">Yahoo</A>
<BR><A HREF="http://home.netscape.com/" TARGET="_top">Netscape</A>

</BODY>
</HTML>

Probier Deine Hauptseite jetzt.