1. Proper hypertext markup language (HTML) and JavaScript structures
2. Error-free
3. All pages and images properly saved and uploaded to your Web space
Dynamic HTML menu with links from and toall pages
• Describe the exact menu layout.
• What is the text for each item?
• What is the URL of the link for each item?
Use of a cookie to save and retrieve data
• What purpose will you use a cookie for?
• What page will it be on?
Form validation by use of a JavaScript function and event, including the following:
1) Required text in text field
2) Required numeric value in text field
3) Radio button selected
4) At least one item selected from a list
5) Check box selected
• List every control you add to the form.
• What validation is associated with each control?
• What is the page name for this form?
Repeating logic included with while, do...while, or for statements
• Will you use while, do...while, or for statements?
• What will you use repeating logic for?
• What page will it be on?
Decision logic included, using if...else or case statements
• Will you use if...else or case statements?
• What will you use decision logic for?
• What page will it be on?
One built-in JavaScript class used:date, number, math, or string
• What class will you use?
• What will you use this class for?
• What page will it be on?