Problem
1. Global variables in JavaScript are properties of what object?
2. How are HTML elements and attributes represented in the JavaScript binding to DOM?
3. What is an event?
4. What is an event handler?
5. What is the origin of the DOM 0 event model?
6. What are the two ways in which an event handler can be associated with an event generated by a specific HTML element in the DOM 0 event model?