Definition of HTML "DOM"

Definition of "Document Object Model"

The Document Object Model is a well-defined model for SGML and XML documents, which can be "marked up" with tags such as in HTML. While actual documents are often viewed by authors as text into which the markup tags have been inserted, the DOM focuses more on the tags themselves, which are represented in the model by elements, and their content.