Document Object Model

This is an old revision of this page, as edited by 64.94.101.217 (talk) at 08:56, 16 August 2002. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Document Object Model (DOM) is an object-oriented language-neutral formal model of the structure of an HTML web page or an XML document.

In effect, the DOM is an API for dynamically accessing, adding and changing structured content in documents with languages such as ECMAScript (Javascript).

The custodian of the DOM is the World Wide Web Consortium (W3C).

External Links: