-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_1.html
More file actions
48 lines (48 loc) · 1.46 KB
/
Copy pathindex_1.html
File metadata and controls
48 lines (48 loc) · 1.46 KB
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
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<img src="https://search.pstatic.net/common/?src=http%3A%2F%2Fpost.phinf.naver.net%2FMjAxODAxMDlfMTYx%2FMDAxNTE1NDc3MzA2MDIy.bjB2nQwRlrh1aecHbSawC9vuxijWOUCci5Wm7b4twqAg.suqPBS36jaw9PQA5ow2YIQdHMWqICF04eE_MdH2W_5sg.PNG%2FIo0x_JyAKk8e3H_8CibfrBgmiru8.jpg&type=b400">
<label>
이름:
</label>
<input type="text" name="name"> </br>
<label>
연락쳐:
</label>
<input type="text" name="phone"> </br>
<lebel>
날짜:
</lebel>
<input type="dete" type="date"> </br>
<fieldset>
<legend>
세부사항
</legend>
<label>이용시간:</label>
<input type="radio" name="time" value="오전(09:00)">오전(09:00)
<input type="radio" name="time" value="오전(12:00)">오전(12:00)
<input type="radio" name="time" value="오전(18:00)">오전(18:00)
</br>
<p>
사전확인사항
</br>
<input type="checkbox" name="service[]" value="비흡연석" checked="chedcked">비흡연석
<input type="checkbox" name="service[]" value="창가쪽" checked="chedcked">창가쪽
<input type="checkbox" name="service[]" value="주차장이용" checked="chedcked">주차장이용
</p>
<p>
선호하는 쉐프
</br>
<select name="chef">
<option value="윤여정">윤여정</option>
<option value="이서진">이서진</option>
<option value="정유미">정유미</option>
<option value="박서준">박서준</option>
</select>
<fieldest type="sudbit" value="예약합니다."></fieldest>
</p>
</fieldset>
</body>
</html>