You can use the ____ and ____ event handlers to change text when the mouse passes over it.
A. onmouseover, onmouseout
B. onmouseon, onmouseoff
C. mouseover, mouseoff
D. onmousemove, onlinkchange
Answer: A
Computer Science & Information Technology
You might also like to view...
What will be the value of x[8] after the following code is executed?
``` final int SUB = 12; int[] x = new int[SUB]; int y = 100; for(int i = 0; i < SUB; i++) { x[i] = y; y += 10; } ``` a. 170 b. 180 c. 190 d. 200
Computer Science & Information Technology
The IP address 172.20.1.5 is a private IP address.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The item at the top in the accompanying figure is a mono waveform.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
________ is the file extension that Web programmers use with an HTML/XHTML file
Fill in the blank(s) with correct word
Computer Science & Information Technology