HTML

Forms (40 points)

 

1. FORMS folder (1pt.)

 

2. FORMS (10 pts.)

- at least 10 questions.

Create Dating Service Questionaire

 

3.  Text box question(2 pts.)

 

4.  Check box question (2 pts.)

 

5.  Radio button question (2 pts.)

           

6.  Appropriate questions (2 pts.)

 

7.  Extracting information using JavaScript (5 pts.)

            - must use at least 1 attribute

 

8.  Comparison(s) (3 pts.)

           

9.  Animated Gif (1 pt.)

 

10. Complete Address Footer (5 pts.)

 

11.  HTML tags & Comment (2 points)

 

12.  JavaScript Style (5 points)

            - Identifiers must be descriptive

            - Blocks of code should include a JavaScript comment describing code

            - Proper indentation

            - Use of semicolons to distinguish end of statement

            - Spacing between operators