Create JavaScript web form to collect information. Your web form should include the following controls to collect answers from user:
- Text box – allowing free form text input
- Option buttons – allowing user to select one of three possible choices
- Drop down pick list – allow user to select one of three available items from a list.
- Add ‘Submit’ button that when clicked will display a new age that summarizes answers with an ok button to confirm.