- Steal the source for a page you want to re-create
While looking at that page in your web browser, go to the File menu,
choose Save As and then choose either "Source" or "HTML Source." Name the file with
a .html extension.
- Use a text editor to edit an existing HTML page
Using Notepad on the PC or Simple Text on a Mac, go
to the File menu, choose Open and navigate to your A: floppy drive or D: zip drive
and double click on the file you wish to open.
Make any changes you want to, go to the File menu and choose Save. Note:
do not close the file or the editor (you'll probably spot something else you want to change soon).
Also note: you cannot use anything but a plain text editor to edit your HTML files for this class.
- Open that page locally
Launch Netscape or Internet Explorer, and go to the File menu,
choose Open and navigate to the file on your floppy.
If you've been there recently, you'll need to click on the Reload button to
refresh the screen.
- Publish that page
Launch WS_FTP or Fetch and connect to ftp.meyerconsult.com, following
the instructions for either WS_FTP or Fetch to publish your
file into your wpd space for the class.
- Validate that page
In your Netscape go to the http://validator.w3.org/ web site, and give them your URL
to your web page and click on the button to validate your page.
|