What is the syntax of close method for document object?
A
Close(object)
B
Close(do
C
[ Close(val)
D
Close()
Correct Answer: Close()
In order to close a document object, we need to call Close(). In order to close a document object, we need to call Close().