HTMLisEasy.com
HTML tutorials for the rest of us...

OK, let's make home.html, here.html and there.html. Since you've been working very hard (and I'm sick of typing), just go ahead and copy the following into Notepad and save them.

Save the following as home.html

<html>
<head>
<title>A Practice Page- Home</title>
</head>
<body>

<h1 align="center">You are home.</h1>

<p>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>

<p align="center">Enjoy your stay!</p>

</body>
</html>

VIEW home.html


Save this as here.html

<html>
<head>
<title>A Practice Page- Here</title>
</head>
<body>
<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>

VIEW here.html


And of course, this one as there.html.

<html>
<head>
<title>A Practice Page- There</title>
</head>
<body>
<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>

VIEW there.html

Now view your Master Page.

<< BACK NEXT >>
Frames Tutor
Lessons: Intro 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Frames Templates      HTML 4.0 Reference      Barebones HTML Guide