InterviewSolution
Saved Bookmarks
| 1. |
The central object in a larger API is known as __________(a) Document Object Material(b) Document Object Model(c) Binary Object Model(d) Data object model |
|
Answer» The correct answer is (b) Document Object Model Easy explanation: Document Object Model (DOM) is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a document. It is the central object in a larger API, known as the Document Object Model, or DOM, for representing and manipulating document content. |
|