diff options
Diffstat (limited to 'files/ja/dom/about_the_document_object_model/index.html')
-rw-r--r-- | files/ja/dom/about_the_document_object_model/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/ja/dom/about_the_document_object_model/index.html b/files/ja/dom/about_the_document_object_model/index.html index 15b751be6e..736d3074ba 100644 --- a/files/ja/dom/about_the_document_object_model/index.html +++ b/files/ja/dom/about_the_document_object_model/index.html @@ -4,6 +4,7 @@ slug: DOM/About_the_Document_Object_Model tags: - DOM translation_of: Web/API/Document_Object_Model +translation_of_original: DOM/About_the_Document_Object_Model --- <h2 id="What_is_the_DOM.3F" name="What_is_the_DOM.3F">DOM とは何か?</h2> <p><a href="/ja/docs/DOM">Document Object Model</a> は <a href="/ja/docs/HTML">HTML</a> と <a href="/ja/docs/XML">XML</a> ドキュメントへの API です。これは、ドキュメントの構造的な表現、その内容を変更可能にすること、そして視覚的なプレゼンテーションを提供します。本質的には、ウェブページをスクリプト又はプログラミング言語と結合します。</p> |