-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform_dang_ky_hv.html
57 lines (54 loc) · 1.23 KB
/
form_dang_ky_hv.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<table>
<tr>
<th colspan="5">Đăng Kí Học Viên</th>
</tr>
<tr>
<td>Họ Và Tên</td>
<td><input style="width: 150%" type="text"></td>
</tr>
<tr>
<td>Ngày Sinh</td>
<td><input style="width: 50%" type="text"</td>
</tr>
<tr>
<td>Giới Tính</td>
<td><input type="radio" name="gender">Nam
<input type="radio" name="gender">Nữ</td>
</tr>
<tr>
<td>Địa chỉ</td>
<td><input style="width: 150%" type="text"</td>
</tr>
<tr>
<td>lớp</td>
<td>
<select>
<option value="">--Lớp--</option>
<option>-PHP Full Stack</option>
<option>-JaVa</option>
</select>
</td>
</tr>
<tr>
<td>Email</td>
<td><input type="text"</td>
</tr>
<tr>
<td>Số Điện Thoại</td>
<td><input type="text"</td>
</tr>
<tr>
<td></td>
<td><input type="button" name="btSubmit" value="Đăng Kí">
<input type="button" nam="btSubmit" value="Nhập Lại">
</tr>
</table>
</body>
</html>