Horje

Example of HTML onmouseup Event Attribute

It will Execute a JavaScript when releasing a mouse button over a paragraph.
index.html
Example: HTML
 <p onmouseup="mouseUp()">Click the text!</p> 

Output should be:

Example of HTML onmouseup Event Attribute




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