Javascript: DOM 1

The DOM or Document Object Model is a model that relates all the the elements of your HTML page to one another and gives you a means to alter the attributes of those elements, create new elements, and find out where in the document model an element is located.