HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML onkeydown Attribute

HTML onkeydown Attribute

 

 

The onkeydown attribute fires when the user is pressing a key.

 

Following events occur when key is pressed:-

 

  • onkeydown
  • onkeypress
  • onkeyup

 

Used With:-

 

Elements Event
All elements in HTML onkeydown

 

Syntax:-

 

Its syntax is:- < element onkeydown="your_script" >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML