Coding Ninjas Logo

Home > JavaScript Questions > What is DOM? What is the use of document object?

What is DOM? What is the use of document object?

Answer:

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


Similar Questions