16.
What does DOM stand for in HTML?
Document Object Manipulation
Document Output Method
Document Order Model
Document Object Model
Correct: D
The Document Object Model (DOM) is a programming interface for HTML and XML documents. It represents the structure of the document as a tree-like model, allowing programs to dynamically access and manipulate the content, structure, and style of a document.