What is Document Object Model (DOM)?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is Document Object Model (DOM)?
Rating:
DOM is a road map through which any element in an HTML/XML document can be located. According to the World Wide Web Consortium, the DOM is a platform- and language-neutral interface that allows programs and scripts to dynamically access and update the contents, structure, and style of a document. The document can be further processed, and the results of that processing can be incorporated back into the present page. DOM comprises the components listed below:
- Objects
- Properties
- Events
- Methods
- Collections
Rating:
Was this information helpful?
Other articles
- What is SWF?
- What is the Dreamweaver Web page template?
- What is relative size?
- What is a plug-in?
- What is a database?