Monday, 19 November 2012

HTML5 Keyboard Events


Keyboard Events
Events triggered by a keyboard.
Applies to all HTML5 elements.
Attribute
Value
Description
onkeydown
script 
Script to be run when a key is pressed
onkeypress
script 
Script to be run when a key is pressed and released
onkeyup
script 
Script to be run when a key is released

No comments:

Post a Comment