-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.html
21 lines (20 loc) · 932 Bytes
/
form.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<body>
<form action="" method="GET" accept-charset="UTF-8">
<label for="full-name"> họ và tên </label>
<input type="text" name="full-name" value="" placeholder="họ và tên">
<label for="about-your-self">mô tả về bạn </label>
<textarea name="about-your-self" id="" cols="30" rows="10"></textarea>
<button>xoa du lieu</button>
<input type="submit" value="gui du lieu">
<select name="" id="">
<optgroup label="UIT">
<option value="">DAA</option>
<option value="">websit mon hoc</option>
</optgroup>
<optgroup label="mang xa hoi">
<option value="">facebook</option>
<option value="">zalo</option>
</optgroup>
</select>
</form>
</body>