Unit 4.1 - 4.3: Web APIs

Unit Objectives:

By the end of this unit, you will be able to:

  • Explain and identify the document object and its relationship to HTML
  • Use the Window object for local and session storage
  • Explain event propagation and implement handling functions
  • Use DOM API methods to select and dynamically generate HTML elements and content
  • Use DOM API methods to handle events such as key presses and mouse clicks
  • Research Web API documentation to implement new and unfamiliar interfaces