From f0c3453ed7265bcb9356d47c96036a9da9909726 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:44:51 +0100 Subject: unslug bn: modify --- files/bn/conflicting/web/api/document_object_model/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/bn/conflicting/web/api/document_object_model/index.html') 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 ---

{{draft}}

The Document Object Model is an API for HTML and XML 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.

-- cgit v1.2.3-54-g00ecf