Create an HTML document that has a form with the following controls:
- A collection of textboxes to collect the following information:
- student first name. Assume that first name has a max length of 25 characters.
- student last name. Assume that last name has a max length of 25 characters.
- student Email ID.
- student Phone Number.
- student address which include:
- street address: use text box.
- city: use text box.
- state: use a menu so user can select state from set of available states (you need only to list up to 5 states). Make NY as default value.
- zip code: use text box.
- Two radio buttons that are labeled as male and female.
- Four checkboxes that represent courses students can register, one each for the following items:
- MAC172
- MAC110
- MAC101
- MAC190
- Two buttons named submit and reset button. When the user clicks reset button, all data from above controls should be cleared.
Now do the following:
- Put your code in a word document.
- Add screen shoots to the results when you run the code into your word document as a prove you are able to run the code.
- post your word document by replaying to this discussion board.