Dom.DocumentObjectModel


DOM stands for Document Object Model, which is an in-memory representation of an HTML or XML document, where markup tags are interpreted as nodes within a tree-like graph. Objects and methods are provided to manipulate the structure and content of the document?.