mouseout method sends an event to an html elementwhen the mouse leaves the selected html element.
Example: A div element is displayed with a text inside it and a second div element is hidden. When you mouse over and exit the first div element, the second element and its contents are slowly displayed.
Interesting Articles