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 d6710b1 commit 5888eadCopy full SHA for 5888ead
Source-Code/EventCode/index.html
@@ -0,0 +1,31 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <link rel="stylesheet" href="style.css">
7
+ <title>Event Code</title>
8
+</head>
9
+<body>
10
+<div class="insert">
11
+ <div class="key">
12
+ a
13
+ <small>event.key</small>
14
+ </div>
15
16
17
+ <small>event.keycode</small>
18
19
20
21
+ <small>event.Code</small>
22
23
24
+ press any key to get the keyCode
25
26
+</div>
27
+
28
29
+ <script src="script.js"></script>
30
+</body>
31
+</html>
0 commit comments