Question: Calculating with Input Values In this part of the Application, you calculate a simple sum from input values. Create a new page in your website.

Calculating with Input Values

In this part of the Application, you calculate a simple sum from input values. Create a new page in your website. Write a standard head and a script tag in the body. In the script, use prompt methods to collect three numbers from the user. Then, use alert methods to display the sum and the product of the three numbers. Note what happens if one or more of the inputs is not a number. Try to explain this behavior. Submit your page to the W3C Validator (http://validator.w3.org/) and correct all errors.

Calculating a Table

Decide on what table you will calculate in this Application and create a new, appropriately named, page in your website. Complete the XHTML code for the head and create a shell for the body. Write an appropriate headline and introductory paragraph and also the XHTML for the table and its header row. Link to this newly created page from your home page.

In place of the data rows for the table, write a