📝 Question
#2152
What is document object model (DOM)?
✓
Correct 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.
⌨️ Press
A
B
C
D
to select