Computer Science, asked by abdulshaikh70, 2 months ago

which event occurs when user moves the mouse over an element​

Answers

Answered by rbs31502016
0

Answer:

onmouseover event

The onmouseover event occurs when the mouse pointer is moved onto an element, or onto one of its children. Tip: This event is often used together with the onmouseout event, which occurs when a user moves the mouse pointer out of an element.

Explanation:

i hope you understand better

Answered by barathkumardhanaseka
0

Answer:

onmouseout

Explanation: The onmouseout event occurs when the mouse pointer is moved out of an element, or out of one of its children.

Similar questions