Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The Document Object Model provides a scripting interface into an HTML document so that you can work with all of its elements within a hierarchical structure. As a result, you can navigate through the document structure with JavaScript to access and manipulate anything inside it.
The DOM is a standard that was originated by the W3C, the Web standards body. There are three DOM levels: