Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2767c61

Browse files
committed
add ul
1 parent 442ef0f commit 2767c61

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Source-Code/EventCode/index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,23 @@
88
</head>
99
<body>
1010
<div class="insert">
11-
<div class="key">
11+
<ul>
12+
<li class="key">
1213
a
1314
<small>event.key</small>
14-
</div>
15-
<div class="key">
15+
</li>
16+
<li class="key">
1617
a
1718
<small>event.keycode</small>
18-
</div>
19-
<div class="key">
19+
</li>
20+
<li class="key">
2021
a
2122
<small>event.Code</small>
22-
</div>
23-
<div class="key">
23+
</li>
24+
</ul>
25+
<button class="key">
2426
press any key to get the keyCode
25-
</div>
27+
</button>
2628
</div>
2729

2830

0 commit comments

Comments
 (0)