The DOM Application Programming Interface
In this lesson, we will deal with the DOM application programming interface. Let's begin!
We'll cover the following...
The DOM and the application programming interface (API)
Besides describing a standard object model for HTML, the DOM standard defines an Application Programming Interface (API) to manage this model.
The available functionality of this API is defined as:
A set of abstract interfaces, such as HTMLDocument (describes the behavior of an HTML document behind a web page), ...