The Document Object Model
Last edited by admin Wed, 10/03/2012 - 20:09

 

What is the Document Object Model

The Document Object Model (DOM) is a platform-independent standard model for representing HTML and related formats.

Usage

Browsers are normally able to render HTML and display web pages without using the DOM. JavaScript, on the other hand, uses the DOM when a script tries to inspect or modify a web page dynamically.