Layout: widescreen | compact
Website Design | glossary of terminology
DOM / Document Object Model
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X
The DOM or Document Object Model is a platform and language-neutral standard interface for accessing the style, content and structure of documents through scripting (and programming).
A very common use of the DOM is for web developers to reference form fields and validate them for accuracy using javascript.
web glossary