Introduction to the Document Object Model
The Document Object Model, or DOM, is the interface that allows you to programmatically access and manipulate the contents of a Web page. This tutorial is a discussion on the DOM representation of a document and the methods it provides to access those objects.
Read more here
edit: Programming/Javascript/auto___introduction_to_the_document_object_model.wikieditish...