Exercise #4
The primary purpose for exercise 4 is:
-
Develop familiarity with linking.
-
Know how to do an email link.
-
Know how to do intradocument links.
-
Know how to do general links.
-
Learn about the <dl>, <dt>, and <dd> tags.
-
Learn about the link color attributes of the <body> tag.
Guidelines for grading:
-
They should submit the files properly. (-2 max)
-
Formatting as specified in exercise description. (-5 max)
- include the following XHTML wellformedness constraints (-1 per occurance up to -5 max)
- All tags in lowercase
- All tags are closed
- All tags are case-sensitive ( <p> </p> .......... NOT <p> </P> )
- All standalone tags are closed (<img />, <hr />, <br />, etc.)
- All tags must be properly nested ( <h1><p></p></h1> ............ NOT <h1><p></h1></p> )
- All attribute values are in double quotes (<p align="left">)
- Only one root element (<html>)
- No attribute minimization ( <option selected="selected"> ......... NOT <option selected> )
-
Link colors included in <body> (-3 max)
-
Used definition list on home page (-2).
-
Properly coded with all structural elements (missing <!doctype>, <html>, <head>, <body>) (-3 max)
Total Points Possible: 10 pts