Multiple choice javascript

Which is detected when the mouse moves over a link ?

  1. overMouse event

  2. onMouseOver event

  3. onRollOver event

  4. OnMouseOut event

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The onMouseOver event occurs when the mouse pointer is moved onto an element. onRollOver is used in Flash/ActionScript, and onMouseOut occurs when the pointer leaves the element.