APPLICATION LAYER
CLIENT SERVER PARADIGM
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
DOM stands for?
|
Document Object Model
|
|
Digital Object Model
|
|
Document Outlay Model
|
|
None of the above
|
Explanation:
Detailed explanation-1: -The Document Object Model (DOM) is a programming API for HTML and XML documents. It defines the logical structure of documents and the way a document is accessed and manipulated.
Detailed explanation-2: -DOM stands for Document Object Model. It is a programming interface that allows us to create, change, or remove elements from the document. We can also add events to these elements to make our page more dynamic.
Detailed explanation-3: -DOM. Document object model. Interface used to access XML documents. Based on an object-oriented tree-like representation of the documents in the memory, where each node is represented by an object.
There is 1 question to complete.