Example of onmousemove

<!DOCTYPE html> <html> <head> <script> function getScr...

Example of onclick

<!DOCTYPE html> <html> <body> <p id="inner" &g...

Example of ondblclick

<!DOCTYPE html> <html> <body> <p id="inner" &g...

Example of onmouseenter and onmouseleave events

<!DOCTYPE html> <html> <body> <img onmouseenter="bi...

Example of oncontextmenu

<!DOCTYPE html> <html> <body> <a href="www.google.c...

The mouse events properties 'button' and 'which'

<!DOCTYPE html> <html> <head> <script> function eFunct...

Detecting which keyboard event and property occured

<!DOCTYPE html> <html> <body> <input type="text"...

Example of keyCode and charCode properties

<!DOCTYPE html> <html> <head> <style> p+p{fon...

Example of onload events

<!DOCTYPE html> <html> <head> <style> img...

Example of onunload events

<!DOCTYPE html> <html> <head> <script> functi...