.mouseover()
.mouseover() event is used to trigger an action when the mouse is moved over a particular element. The mouse over event occurs when the pointing device gets over an element. This attribute may be used with most elements. The below example shows how to change the style of the text when the mouse is moved over and out of an element.