CPSCI 107: Applications, Implications, and Issues
Lab 6
February 3, 2006
Preliminaries
-
Log in to your account on warp
and make public_html your working directory.
-
Create a new directory named img.
Set its permissions so that the web server will be able to access it.
-
Make img your working directory.
Copy all the files whose name begins with ‘w’ from the directory
/home/public/web-authoring/img/ to your working directory:
cp /home/public/web-authoring/img/w* .
-
Open your warp homepage in your
favorite browser.
Images
As you just saw, we added some images to your webpages.
In connection with this, we'll discuss the alt and longdesc
attributes of the image element.
Website Maintenance
We'll discuss:
- correcting the href to about.html in all pages and in your template file
- modifications to make when using the template (relative URL changes)
- adding contact info to about.html
Homework
Homework 4 is due on Monday.
[ Return to the CPSCI 107 homepage ]
Brian J. Rosmaita <contact me>
This page was last modified Friday, 3 February 2006 at 18:43 UTC.