1 |
DOM defines a platform-independent programmatic interface to web documents:
-
provides access to structured data
-
adds object orientation to page layout and design (HTML elements are objects with properties and methods)
-
is implemented in a scripting language
|