User Tools

Site Tools


eg-259:review:js_html1

JavaScript and HTML Documents: Part 1

Adapted from: Robert W. Sebasta, Programming the World-Wide Web, 3rd Edition, Addison Wesley, 2006. Supporting: Contact Hour 11.

  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 he associated with an event generated by a specific HTML element in the DOM 0 event model?
  7. Why should document.write not he used in an event handler?
  8. In what ways can an HTML element acquire focus?
  9. Describe the approach to addressing HTML elements using forms and elements.
  10. Describe the approach to addressing HTML elements using name attributes.
  11. Describe the approach to addressing HTML elements using getElementById.

More Review Questions

eg-259/review/js_html1.txt · Last modified: 2012/02/17 12:06 by eechris