Multiple choice technology web technology

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 fires when the mouse pointer moves over an element. For links specifically, this event can be used to trigger actions like changing link appearance, showing tooltips, or prefetching content. JavaScript uses camelCase naming for events.