The Document Object Model (DOM) is an object-oriented formal model of the structure of an HTML web page or XML document. |
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 programming dynamic structured content in languages such as ECMAScript. |
In effect, the DOM is an API for dynamically accessing, adding and changing structured content in documents with languages such as ECMAScript. |
Reference: [W3.org on DOM] |