<< Return to Homework Page
Lab 2 - Due: 5/25/06
Coding With Style.
Grading Criteria
10 points total
- 1 pt - Web site successfully posted online.
- 1 pt - Print out of code turned in along with URL where website can be found online.
- 1 pts - Successfully closed all HTML tags and closed all CSS rules. That is, using opening and closing brackets: { and }.
- 1 pt - Successfully changed the default text color of some HTML element.
- 1 pt - Successfully changed the default background color of some HTML element.
- 1 pt - Successfully modified the margin, padding, and border of some HTML element. (Could modify those 3 separate things on 3 separate elements as well.)
- 1 pt - Successfully changed the default font family (i.e. using the font-family property).
- 1 pt - Successfully had two different presentations for two different instances of the same HTML element type.
- 2 pts - Successfully implemented one of the 3 'Step Further' options.