-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (19 loc) · 760 Bytes
/
index.html
File metadata and controls
23 lines (19 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title></title>
</head>
<body>
<th><input type = "text" name="name" id="name"></th>
<th><input type = "text" name="level" id="level"></th>
<th><input type = "text" name="gender" id="gender"></th>
<th><input type = "text" name="age" id="age"></th>
<th><input type = "text" name="grade" id="grade"></th>
<table id ="table" width = "100%" border ="1">
<thead>
</thead>
</table>
<button id="btn">Add students</button>
<script type = "text/javascript" src = "app.js">
</script>
</body>
</html>