Q.

What is document object model (DOM)?

A. convention for representing and interacting with objects in html documents
B. application programming interface
C. hierarchy of objects in asp.net
D. scripting language
Answer» A. convention for representing and interacting with objects in html documents
Explanation: dom is a hierarchical model i.e. a tree used to represent an html or xml document. every node of the tree an object that represents a part of the document.
616
1
Do you find this helpful?
6

Discussion

G

Geinu
2 years ago

Kk good
0