Quiz Question 1 of 6
What is the document
object?
Choose the correct answer below:
-
A
A global object containing all the properties and methods available to the current browser window
-
B
A feature in the browser's developer tools
-
C
An object that returns a reference to the document contained in the window – it's the entry point into the DOM
-
D
A representation of a web page that JavaScript can use