Horje

Example of HTML onmouseover Event Attribute

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

Output should be:

Example of HTML onmouseover Event Attribute




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