- forms are used to collect info from the people who visit the website
- each form must be given a name
- HTML5 has added new form elements for ease of use
- info is sent in pairs from forms to backend processing
- list markers can be stylized via CSS
- Tables are able to have borders and spacing that fit multiple sizes of browsers
- Vertical forms are easiest to manage
Events
- Events are the system that browswer understand when things are happening on the page
- events back be mouse overs or click type interactions
- javascript can be tied to specific elements when a certain function happens
- W3C DOM events are the most common
BACK TO HOME