Explain how the onmouseover and onmouseout events work.

What will be an ideal response?

onmouseover is raised by the browser when the browser detects the mouse has moved over the part of the page raising the event. onmouseout is the same in reverse: the browser raises it when the mouse leaves the part of the page raising the event. If a function has been set as the handler for either of these events, code can be executed in response to the events.

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT a peripheral device?

A) printer B) flash drive C) central processing unit D) scanner

Computer Science & Information Technology

Which of the following features will a firewall MOST likely use to detect and prevent malicious traffic on the network?

A. Zone filtering B. Signature identification C. Port identification D. Port scanner

Computer Science & Information Technology