Horje
List of Mouse Events Attribute
Attribute Value Description
onclick script Fires on a mouse click on the element
ondblclick script Fires on a mouse double-click on the element
onmousedown script Fires when a mouse button is pressed down on an element
onmousemove script Fires when the mouse pointer is moving while it is over an element
onmouseout script Fires when the mouse pointer moves out of an element
onmouseover script Fires when the mouse pointer moves over an element
onmouseup script Fires when a mouse button is released over an element
onmousewheel script Deprecated. Use the onwheel attribute instead
onwheel script Fires when the mouse wheel rolls up or down over an element





html event attributes

Related Articles
List of Mouse Events Attribute Mouse Events Attribute
HTML onclick Event Attribute Mouse Events Attribute
HTML ondblclick Event Attribute Mouse Events Attribute
HTML onmousedown Event Attribute Mouse Events Attribute
HTML onmousemove Event Attribute Mouse Events Attribute
HTML onmouseout Event Attribute Mouse Events Attribute
HTML onmouseover Event Attribute Mouse Events Attribute
HTML onmouseup Event Attribute Mouse Events Attribute
HTML onwheel Event Attribute Mouse Events Attribute


Type:
Develop
Category:
Web Tutorial
Sub Category:
Mouse Events Attribute
Uploaded by:
Admin