onmouseover
occurs when the cursor is hovered over an element such as a button or heading.
onmouseout
occurs when the cursor is moved away from the element such as a button or heading.
onclick
occurs when the user clicks on a button such as button or hyperlink.