Multiple Choice
How can you retrieve an element's object?
A) Call <code>document.getObject (element's-name-value) </code>.
B) Call <code>document.getElementById(element's-id-value) </code>.
C) Refresh the web page.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: The following code would be a legal
Q16: A global variable is a variable this
Q17: An "argument" refers to a value in
Q18: JavaScript is known as a loosely typed
Q19: Which of the following statements best describes
Q21: Ecma International is the standards organization in
Q22: If you are inside a form control,
Q23: Coding conventions suggest using camel case for
Q24: What is a JavaScript event handler?<br>A) The
Q25: The following code would be a legal