The HTML Document Object Model (HTML DOM) defines a standard way for accessing and manipulating HTML documents.
The DOM presents an HTML document as a tree-structure (a node tree), with elements, attributes, and text.
by
landgazr
2008-05-23 14:09
HTML
·
DOM
·
JavaScript
·
browser
·
programming
·
Web sites
·
software