--- title: Document Object Model (DOM) slug: Web/API/Document_Object_Model tags: - DOM - NeedsTranslation - References - TopicStub translation_of: Web/API/Document_Object_Model translation_of_original: DOM original_slug: DOM ---
The Document Object Model (DOM) is an API for HTML and XML documents. It provides a structural representation of the document, enabling you to modify its content and visual presentation by using a scripting language such as JavaScript.
You need help on a DOM-related problem and can't find the solution in the documentation?