Introduction to DOM
Added 26 Jul 2008
The DOM is a programming interface for HTML and XML documents. It defines the way a document can be accessed and manipulated.
Using a DOM, a programmer can create a document, navigate its structure, and add, modify, or delete its elements.