Latest Tutorials

The event handler example

<!DOCTYPE html> <html> <body> <button id="btn"...

Adding and removing event listeners

<!DOCTYPE html> <html> <style> body {font-family:Calibri; f...

The Event object combined with mouse events example

<!DOCTYPE html> <html> <style> body {font-family:Calibri; f...

Example of onmouseover and onmouseout events

<!DOCTYPE html> <html> <body> <div id="cube" styl...

Example of onmousedown and onmouseup events

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

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...