What is DOM (Document Object Model) in HTML?
The DOM (Document Object Model) is a programming API for HTML and XML documents that defines the logical structure of documents and the way a document is accessed and manipulated. The DOM represents the structure of a web page, with DOM elements being the web page components like a text box, etc.