How It Works
Diagram of process:
Upload your files to your Web site often (keep your Web space current - use it as your back up)
Test Page (fpj103)
public_html folder (if not already in
server space)
Create Your Course Work Page (using html and a Web editor)
See finished product. (student example: Rose
Anderson)
index.html into your folder called public_html
copying over the other index.html page created earlier. (Copy
this folder to your disk before you leave)
Working From Home
Finding free FTP program: Tucows.com
or use the FTP tool in Dreamweaver (Site > Define Sites >
Edit > Web Server Info)
Other Web editors -how to edit HTML in and import Dreamweaver
pages
<html>
<head><title> Page Title</title>
</head>
<body bgcolor="#ffffff">
<h1 align = center> Your Name</h1>
<Hr>
<p align = center><a href="mailto:email@where_ever.com">email@where_ever.com</a>
Here is my text and all kinds of stuff
including a link to my <a href="secondpage.html">second page</a>.<p>
<img src="initials.jpg" width="155" height="155"
alt="my image">
</body>
</html>