Prev Demo
HTML5
>
Kbd Tag - Keyboard Input Tag
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> It defines the keyboard input. <h1>Hello hello <q>hello</q>, this is async attribute of script element.</h1> Enter something here <kbd>Axddd</kbd> <br /> <code>Axddd</code> </body> </html>
Note: We DO NOT save your trial code in our database.
Output