First things first. For this tutorial we will need a few HTML documents. Fire up Notepad and copy the following to get you started.
<html> <head> <title>My Framz Page</title> </head> <body> </body> </html>
We will give each document a name. In Table Tutor and Form Tutor we used guy's names. I think its time to get some young ladies in here.
<html>
<head>
<title>My Framz Page</title>
</head>
<body>
Lisa
</body>
</html>
Create a new folder somewhere and save this as lisa.html.
Now make another HTML document.
<html>
<head>
<title>My Framz Page</title>
</head>
<body>
Terri
</body>
</html>
Save this as terri.html. Save it in the same folder where you saved lisa.html
Now do the same for Kim, Tina, Shannon, and Beth. Save them just like the others. You should now have a folder that contains 6 complete standalone html documents.
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 |
![]() |