1. Event handlers can be associated to both attributes (in an HTML tag) and properties of an object in BOM.
True
False
2. alert(), prompt() and confirm() are methods of the
a. document object
b. window object
c. navigator object
d. screen object
3. The root object of the BOM is the document object.
True
False
4. Event handlers are always JavaScript code.
True
False
5. In a BOM, the following is the most used object
a. history
b. navigator
c. document
d. screen
2007-03-26
08:10:40
·
2 answers
·
asked by
student
2
in
Computers & Internet
➔ Programming & Design