DOM stands for Document Object Model
A
Correct answer
Explanation
DOM (Document Object Model) is a programming interface that represents HTML and XML documents as a tree of objects. Each element, attribute, and text becomes a node that can be dynamically accessed and modified with languages like JavaScript.