Define/Explain the DOM
DOM is a representation of web documents. It maps the document and builds a model so that the document can be manipulated and modified by programming languages, such as javascript.
DOM Specifications
Dom Specifications are the standards to which type of documents and how they can be interacted with. These include HTML and XML
DOM Implementation in Browsers
You can view and edit the DOM via the source code in the web browser.
Summary of Documentation
The DOM is an important part of web development. It allows us to create functions that make our web pages usefull and interactive.