Correct choice is (a) convention for representing and interacting with objects in html documents
Easy 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.