Home > JavaScript Questions > What is DOM? What is the use of document object?
DOM stands for Document Object Model.
A document object represents the HTML document. It can be used to access and change the content of HTML.
We can understand this by this image