diff options
Diffstat (limited to 'files/nl/dom/index.html')
-rw-r--r-- | files/nl/dom/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/nl/dom/index.html b/files/nl/dom/index.html index 48201d4d53..7caa501c32 100644 --- a/files/nl/dom/index.html +++ b/files/nl/dom/index.html @@ -4,6 +4,7 @@ slug: DOM tags: - DOM translation_of: Web/API/Document_Object_Model +translation_of_original: DOM --- <p>The <strong>Document Object Model (<em>DOM</em>)</strong> is a programming interface for HTML, XML and SVG documents. It provides a structured representation of the document (a tree) and it defines a way that the structure can be accessed from programs so that they can change the document structure, style and content. The DOM provides a representation of the document as a structured group of nodes and objects that have properties and methods. Nodes can also have event handlers attached to them, and once that event is triggered the event handlers get executed. Essentially, it connects web pages to scripts or programming languages.</p> |