Multiple Choice
Which of the following attribute-value pairs could be used to implement a JavaScript rollover within an img element?
A) onchange = "src='sadFace.p n g';"
B) onchange = "this.src='sadFace.p n g';"
C) onmouseover = "src='sadFace.p n g';"
D) onmouseover = "this.src='sadFace.p n g';"
Correct Answer:

Verified
Correct Answer:
Verified
Q18: JavaScript is known as a loosely typed
Q19: Which of the following statements best describes
Q20: How can you retrieve an element's object?<br>A)
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
Q26: What is the following JavaScript code an
Q27: What is the purpose of adding an