Document Object Model: Difference between revisions

Content deleted Content added
fix link to w3c pointing to google search
w3c -> w3c (didn't know it can be more simple)
Line 27:
| url = http://www.w3.org/DOM/#what}}</ref>
 
The principal standardization of the DOM was handled by the [[World Wide Web Consortium|World Wide Web Consortium]] (W3C), which last developed a recommendation in 2004. [[WHATWG]] took over the development of the standard, publishing it as a [[living document]]. The W3C now publishes stable snapshots of the WHATWG standard.
 
In HTML DOM (Document Object Model), every element is a node:<ref>{{cite web | url=https://www.w3schools.com/js/js_htmldom.asp | title=JavaScript HTML DOM }}</ref>