aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/guide/dom/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/guide/dom/index.html')
-rw-r--r--files/zh-tw/web/guide/dom/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/zh-tw/web/guide/dom/index.html b/files/zh-tw/web/guide/dom/index.html
index 997730a412..fc26bc0bee 100644
--- a/files/zh-tw/web/guide/dom/index.html
+++ b/files/zh-tw/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>