Document Object Model: Difference between revisions

Content deleted Content added
No edit summary
m Automated conversion
Line 1:
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 [[Application Programming Interface|API]] for dynamically accessing, adding and changing structured content in documents with languages such as [[ECMAScript programming language|ECMAScript]] (Javascript).
 
 
In effect, the DOM is an [[Application Programming Interface|API]] for dynamically accessing, adding and changing structured content in documents with languages such as [[ECMAScript programming language|ECMAScript]].
 
 
 
The custodian of the DOM is the [[World Wide Web Consortium]].
 
 
 
Reference:
 
[http://www.w3.org/DOM/ W3.org on DOM]
 
[[talk:Document_Object_Model|/Talk]]
 
 
/Talk