In JavaScript programming, an object is a……
a) person
b) place
c) thing
d) all of these
What does DOM stand for?
a) document object mode
b) document object map
c) document object model
d) document object mole
All the following events can be generated by mouse except……..
a) on Click
b) on Mouse hover
c) on Mouse Out
d) on Change
All the following HTML tags may use the on Load event Except…….
a) <frameset>
b) <input>
c) <body>
d) <link>
The on Submit event handler is usually bound to the ….. HTML tag.
a) <p>
b) <form>
c) <input>
d) <body>
Which types of dialog boxes have OK and cancel buttons?
a) alert only
b) confirm only
c) prompt only
d) alert and confirm