Q33
The behaviour of the document elements can be defined by
A.
Using document object
B.
Registering appropriate event handlers
AnswerC.
Using element object
D.
All of the mentioned
Answer: Option B
Solution
Answer: Option B
Solution:
The JavaScript program can define the behavior of document elements by registering appropriate event handlers.