DOM

The Document Object Model (DOM) is a cross-platform and language-independent interface that treats an XML or HTML document as a tree structure where in each node is an object representing a part of the document. The DOM represents a document with a logical tree. Watch the below videos to know more about DOM.



INTODUCTION TO DOM





WEBSITE DOM IN JAVASCRIPT