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