A mouseout is an event that occurs on an element when the user removes the cursor from that element
A mouseout refers to a GUI event that is raised when the user removes the cursor from over a particular area of the GUI. It is usually preceded by the similar but opposite mouseover event, in which the user moves the cursor over the GUI area.