Where the Document Object Model (DOM) is used?

Submitted by: Murtaza
Document Object Model (DOM) is used to query, traverse and manipulate documents like XML or HTML documents. DOM is best suited where the document must be accessed repeatedly or out of sequence order. DOM allows accessing the contents of a web page. It also allows dealing with events that allows capturing and responding to user's actions. There are different levels of DOM standards depending on the compatibility of the browsers.
Submitted by: Murtaza

Read Online XML DOM Job Interview Questions And Answers