Week 2 - Area and Perimeter Calculator

For this assignment you will need to create a working area and perimeter calculator. You must create the HTML page and associated JavaScript and turn in a working application.
Criteria
Get the width from the user with a textbox (assume user will enter a valid number)
Get the height from the user with a textbox (assume user will enter a valid number)
Add a Calculate button that will calculate the area and perimeter of a rectangle, based on the width and height values the user enters
Display the area and perimeter using an alert() or by outputting text to the HTML page
Above and beyond (this is optional for an extra challenge)
Draw a rectangle based on the calculated area and perimeter using an HTML Canvas

!!! Input number only !!!