Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 424 Bytes

DOM.md

File metadata and controls

3 lines (2 loc) · 424 Bytes

DOM

DOM (Document Object Model) is a platform- and language-neutral interface that will allow programs and scripts to dynamically access and update the content, structure and style of documents. The document can be further processed and the results of that processing can be incorporated back into the presented page. This is an overview of DOM-related materials here at W3C and around the web.