Thread: What is DOM?
View Single Post
  #13 (permalink)  
Old 07-14-2008, 12:56 AM
Miakoda Miakoda is offline
D-Web Trainee
 
Join Date: Jul 2008
Posts: 49
Miakoda is on a distinguished road
Default Re: What is DOM?

The Document Object Model (DOM) is an application programming interface (API) for valid HTML and well-formed XML documents.With the Document Object Model, programmers can build documents, navigate their structure, and add, modify, or delete elements and content.
Reply With Quote