PageTutor.com - HTML Tutorials

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 in the same folder as terri.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.

 

<< BACK         NEXT >>
pagetutor.com

QUICK SITE GUIDE

"Live as if you were to die tomorrow. Learn as if you were to live forever."
- Mahatma Gandhi