CS 101 Web Construction, Winter 2014, Instructor: Jeffrey Horn ASSIGNMENTS
TASK NUMBER |
TASK DESCRIPTION |
POINT VALUE |
| 1 | Use of the "Title" attribute.
|
4 |
| 2 | Elements (Physical and Logical):
(Reading: Ch. 1 of our text)
|
14 |
| 3 | Lists: (3pts each
numbered item below)
(Reading: Ch. 4 of our text)
|
12 |
| 4 | Hyperlink:
(Reading: pp. 58-60 of
our text) An anchor element ("<a>") that links some text to some web site somewhere. |
4 |
| 5 | Attributes and Colors:
(Reading: p. 24
of our text for the syntax of an attribute.)
|
4 |
| 6 | Good style (indentation and some "main" comments (p.23 ) at the top, including name, etc.) in your source file. (as we discussed in class) | 4 |
| 7 | Nesting: Properly nest all of your html elements, as discussed in class (and on pp. 23-24 of our text). (E.g., the following is incorrectly nested: "<strong><i>Important!</strong></i>") | 4 |
| 8 | Send me your assignment (the .html file) as an
attachment Send it to "jhorn@nmu.edu" Put the words "CS 101: A2" at the beginning of the SUBJECT line. |
4 |
TOTAL |
50 pt.s * |
* Note that you might lose points for sloppy HTML. For example, if you leave out close tags (e.g., </html>, </body>, </head>, etc.), I might subtract points from the total even though there is no specific numbered task for "Proper HTML."