CS 101 Web Construction, Winter 2010, Instructor: Jeffrey Horn ASSIGNMENTS
TASK NUMBER |
TASK DESCRIPTION |
POINTS |
| 1 | Local image (this means the src is the current
folder; in other words, the same folder that your html file
is in).
|
5 |
| 2 | Remote image (src is a URL for a web site,
e.g., "http://cs.nmu.edu/~jeffhorn/nmu.gif").
|
5 |
| 3 | An animated gif. (local or
remote)
|
4 |
| 4 | An image that is a link to a remote site. | 5 |
| 5 | An “thumbnail” (size) image that is a link to a larger version of the image in the web page. | 5 |
| 6 | Document types: insert the following
doctype definition (HTML 4.01 strict) at the top of your
.html file:
|
2 |
| 7 |
CSS:
INLINE (using the "style" attribute)
|
8 |
| 8 | CSS:
EMBEDDED (using the "<style>"
element) Use the "<style>" element with CSS to color some text on your page. Basically do the exact same thing as you did in task 7 above. Apply it to different text on your page! |
8 |
| 9 | Good style (indentation and some "main" comments at the top, including name, etc.) in your source file. | 4 |
| 10 | 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" | 4 |
| TOTAL: |