diff options
Diffstat (limited to 'files/de/web/guide/dom/index.html')
-rw-r--r-- | files/de/web/guide/dom/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/de/web/guide/dom/index.html b/files/de/web/guide/dom/index.html index 997730a412..fc26bc0bee 100644 --- a/files/de/web/guide/dom/index.html +++ b/files/de/web/guide/dom/index.html @@ -8,6 +8,7 @@ tags: - NeedsTranslation - TopicStub translation_of: Web/API/Document_Object_Model +translation_of_original: Web/Guide/API/DOM --- <p>{{draft}}</p> <p>The <a href="/docs/DOM">Document Object Model</a> is an API for <a href="/en-US/docs/HTML">HTML</a> and <a href="/en-US/docs/XML">XML</a> documents. It provides a structural representation of the document, enabling the developer to modify its content and visual presentation. Essentially, it connects web pages to scripts or programming languages.</p> |