JavaScript and DHTML Wizardry
Handling events
Events are actions the user performs while visiting your page
JavaScript deals with events with 12 commands called event handlers
If the user clicks on a button, the onClick() handler takes note and performs whatever duties it is assigned