CS 101 Web Construction, Fall 2009, Instructor: Jeffrey Horn ASSIGNMENTS
TASK NUMBER |
TASK DESCRIPTION |
|
| 1 | Local image (this means the src is the current
folder; in other words, the same folder that your html file
is in).
|
|
| 2 | Remote image (src is a URL for a web site,
e.g., "http://cs.nmu.edu/~jeffhorn/nmu.gif").
|
|
| 3 | An animated gif. (local or
remote)
|
|
| 4 | An image that is a link to a remote site. | |
| 5 | An “thumbnail” (size) image that is a link to a larger version of the image in the web page. | |
| 6 | Document types: insert the following
doctype definition (HTML 4.01 strict) at the top of your
.html file:
|
|
| 7 | Good style (indentation and some "main" comments at the top, including name, etc.) in your source file. | |
| 8 | Send me your assignment in a compressed folder, with all files in the folder. Send it to "jhorn@nmu.edu" USE THE FOLLOWING SUBJECT LINE: "CS 101: A3" | |