Home
PHP
HTML
Laravel
Tools
About Us
Contact Us
HTML Canvas Reference
Getting started HTML
Introduction
of HTML
HTML
text editors
HTML
Basic Examples
HTML
Elements
HTML Tags
HTML
Tag
HTML
Tag by category
HTML
Attribute Reference
HTML
Global Attributes
HTML
Event Attributes
HTML Tags
HTML
Canvas Reference
HTML
Character Sets
HTML
Audio/Video DOM
HTML
Document type
HTML
URL Encode
HTML Tags
HTML
Language Code
HTML
Country Codes
HTTP
Status Messages
HTTP
Request Methods
Keyboard
Shortcuts
HTML Element
HTML
Attributes
HTML
Headings
HTML
Paragraphs
HTML
Styles
HTML
Text Formatting
HTML Element
HTML
Quotation
and
Citation
HTML
Comments
HTML
Styles - CSS
HTML
Color
HTML
Links
HTML Element
HTML
Tables
HTML
Images
HTML
Lists
HTML
Block
and
Inline
HTML Attribute
HTML
The class Attribute
HTML
The id
HTML
Iframes
HTML
JavaScript
HTML
File Paths
HTML Element
HTML -
The Head
HTML
Layout
HTML
Web Design Responsive
HTML
Computer Code
HTML
Semantic
HTML Element
HTML
Style Guide
HTML
Entities
HTML
Symbols
HTML
Emojis
HTML
Encoding
HTML Element
Uniform Resource Locators
HTML
vs
XHTML
HTML Forms
HTML
Forms
HTML
Form Elements
HTML
Input Types
HTML
Input Attributes
HTML
Input form Attributes
HTML Media
HTML
Multimedia
HTML
Video
HTML
Audio
HTML
Plug-ins
HTML
YouTube Videos
HTML Graphics
HTML
Canvas Graphics
HTML
SVG Graphics
HTML APIs
HTML
Geolocation API
HTML
Drag and Drop API
HTML
Web Storage API
HTML
Web Workers API
HTML
SSE API
HTML Canvas Reference
HTML has the ability to let events trigger actions in a browser, like starting a JavaScript when a user clicks on an element.
The global event attributes that can be added to HTML elements to define event actions are given below.
Keyboard Events
Tag
Value
Description
onkeydown
script
Fires when a user is pressing a key
onkeypress
script
Fires when a user presses a key
onkeyup
script
Fires when a user releases a key
Related Posts :
Previous
HTML Event Attributes
Print
Next
HTML Character Sets