Site home page
(news and notices)

Get alerts when Linktionary is updated

Book updates and addendums

Get info about the Encyclopedia of Networking and Telecommunicatons, 3rd edition (2001)

Download the electronic version of the Encyclopedia of Networking, 2nd edition (1996). It's free!

Contribute to this site

Electronic licensing info

 

 

DOM (Document Object Model)

Related Entries    Web Links    New/Updated Information

  
Search Linktionary (powered by FreeFind)

Note: Many topics at this site are reduced versions of the text in "The Encyclopedia of Networking and Telecommunications." Search results will not be as extensive as a search of the book's CD-ROM.

DOM is an API (application programming interface) for HTML and XML documents. The W3C (World Wide Web Coalition) created DOM in 1998 with the intention of giving programmers a way to write programs that work the same way on all browsers. DOM provides a programming model that allows programmers to use whatever programming language they prefer.

DOM defines logical structure for documents, which are in most cases documents with data represented by XML. These XML documents contain elements and content that can be accessed, changed, deleted, or added using the Document Object Model. The term DHTML (Dynamic HTML) is often used to refer to HTML documents with scripts and programs that can make changes to the style, structure, and content of Web pages.

The name comes from the fact that DOM is an "object model" in which documents are modeled with objects. The model encompasses the structure and the behavior of documents.




Copyright (c) 2001 Tom Sheldon and Big Sur Multimedia.
All rights reserved under Pan American and International copyright conventions.