MCQ
Which property of the document object is used to get the HTML content?
JavaScript
A innerHTML
B outerHTML
C textContent
D All of the above
Explanation

innerHTML is most commonly used to get or set the HTML content of an element.