Horje

Example of HTML onmouseout Event Attribute

It will Execute a JavaScript when moving the mouse pointer out of an image.
index.html
Example: HTML
 <img onmouseout="normalImg(this)" src="smiley.gif" alt="Smiley"> 

Output should be:

Example of HTML onmouseout Event Attribute




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