View on GitHub

reading-notes

My Reading Notes for Code Fellows Class

Forms and JS Events

HTML Forms

forms are one of the main points of interaction between a user and a web site or application

forms allow user data to be stored and processed by the application or possibly used to immediately update the interface in someway for user use

form controls is equal to widgets on an appplication

HTML forms aid in the overall structure of the form

controls can be single or multi-line text fields, dropdown boxes, buttons, checkboxes, or radio buttons, elements

form validation helps visually impaired users

UX is user’s experience point of view

- formally defines the form; action is url where user data is sent, method is function used to send data, get or post