Assignment 013
JavaScript, Form Controls and Event Handlers
JavaScript is often utilized with HTML forms. HTML Forms are the Web equivalent to paper forms that we often fill out, such as survey forms, contest forms, and application forms. HTML forms are composed of text boxes, check boxes, radio buttons, buttons, and more! All HTML form controls are coded between the <form > tag.