Exercise #6
The primary purpose for exercise 6 is:
- Develop familiarity with creating a basic form.
- Familiarity with the various types of the <input> object.
- Learn to create drop-down menus.
- Use of textarea.
- Learn about <form> tag and its attributes.
- Learn about posting from an email and the results of such.
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> )
- Missing form elements that were specified in the exercise description (-1 per missing form element)
- Properly coded with all structural elements (missing <!doctype>, <html>, <head>, <body>) (-3 max)
Total Points Possible: 10 pts