Jump to content

Document Object Model

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Conversion script (talk | contribs) at 17:19, 23 February 2002 (Automated conversion). 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 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.

Reference: W3.org on DOM

/Talk