We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442ef0f commit 2767c61Copy full SHA for 2767c61
Source-Code/EventCode/index.html
@@ -8,21 +8,23 @@
8
</head>
9
<body>
10
<div class="insert">
11
- <div class="key">
+ <ul>
12
+ <li class="key">
13
a
14
<small>event.key</small>
- </div>
15
+ </li>
16
17
18
<small>event.keycode</small>
19
20
21
22
<small>event.Code</small>
23
24
+</ul>
25
+ <button class="key">
26
press any key to get the keyCode
27
+ </button>
28
</div>
29
30
0 commit comments