aboutsummaryrefslogtreecommitdiff
path: root/files/bn/conflicting/web/api/document_object_model/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:44:51 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:44:51 +0100
commitf0c3453ed7265bcb9356d47c96036a9da9909726 (patch)
tree6a70270c3f96b311077718019f4911064f27c6d5 /files/bn/conflicting/web/api/document_object_model/index.html
parentd0a2422de8d35a9868c34d631117d678769658ef (diff)
downloadtranslated-content-f0c3453ed7265bcb9356d47c96036a9da9909726.tar.gz
translated-content-f0c3453ed7265bcb9356d47c96036a9da9909726.tar.bz2
translated-content-f0c3453ed7265bcb9356d47c96036a9da9909726.zip
unslug bn: modify
Diffstat (limited to 'files/bn/conflicting/web/api/document_object_model/index.html')
-rw-r--r--files/bn/conflicting/web/api/document_object_model/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/bn/conflicting/web/api/document_object_model/index.html b/files/bn/conflicting/web/api/document_object_model/index.html
index 253046a6c3..2eb76f283c 100644
--- a/files/bn/conflicting/web/api/document_object_model/index.html
+++ b/files/bn/conflicting/web/api/document_object_model/index.html
@@ -1,6 +1,6 @@
---
title: DOM developer guide
-slug: Web/Guide/API/DOM
+slug: conflicting/Web/API/Document_Object_Model
tags:
- API
- DOM
@@ -9,6 +9,7 @@ tags:
- TopicStub
translation_of: Web/API/Document_Object_Model
translation_of_original: Web/Guide/API/DOM
+original_slug: 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>