Vidyalelo
JavaScript · Q33

Server

Programming · JavaScript · question 33

Q33

The behaviour of the document elements can be defined by

A.
Using document object
B.
Registering appropriate event handlers
Answer
C.
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.