Event Handlers



what are event handlers?

The web browser keeps track of how the user interacts with the web page through what are known as events. An event is a user initiated activity, for example; loading or reloading a page, clicking on a button, hyperlink or inside of a text field in a form, placing the mouse over an image, and removing the cursor from an image. JavaScript provides a way for us to respond to these user actions (and others) through what are known as event handlers.

[event handlers and HTML tags]

[show me the event handlers]