Thread: Ddt???
View Single Post
Old 09-06-2004, 06:24   #4 (permalink)
Stickman
Dr. Lucien Sanchez
 
Stickman's Avatar
 
Join Date: Mar 2003
Location: UK
Posts: 5,572
DTD - document type definition
Describes which tags and attributes are allowed in a document, how they relate to each other and where they can be used. Applications can then use a document's doctype to understand - and display - the content.

http://www.alistapart.com/articles/doctype/
http://www.w3schools.com/dtd/default.asp

DOM - document object model
Descibes how the elements of a webpage are represented and which attributes are associated with which element, and how they're used.

http://www.w3.org/DOM/faq.html
  Reply With Quote