Computer Science, asked by harshad1291, 5 months ago

Describe any 2 mouse related events with example​

Answers

Answered by nandhithabnair
6

Answer:

Event Types

Event Description

onmousemove The event occurs when the pointer is moving while it is over an element

onmouseout The event occurs when a user moves the mouse pointer out of an element, or out of one of its children

onmouseover The event occurs when the pointer is moved onto an element, or onto one of its children

Answered by Anonymous
2

\Huge\fbox{\color{pink}{Answer}}

onmousemove :The event occurs when the pointer is moving while it is over an element

onmouseout; The event occurs when a user moves the mouse pointer out of an element, or out of one of its children

Similar questions