The onMouseOver event handler: a MouseOver event occurs when the user points the mouse to a text or graphic link. Here is the syntax of onMouseOver event handler:
onMouseOver="code"
Sample:
<a href="www.yahoo.com" onMouseOver = "window.open('http://www.yahoo.com.')">
<img src="/images/file.gif" border="0"></a>
Task to do:
1. Create a onMouseOver that will open the www.mvhs.net
page from your page. You will find the mustang.gif icon in the images directory.