1+ < ?xml version="1.0" encoding="UTF-8"?>
2+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3+ < html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="EN " lang ="EN ">
4+ < head >
5+ < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
6+ < title > Reservation Hotel Room</ title >
7+ </ head >
8+ < body >
9+ < h1 > < strong > Reservation Hotel Room</ strong > </ h1 >
10+ < form action ="" method ="post " enctype ="application/x-www-form-urlencoded ">
11+ <!-- Personal Data-->
12+ < fieldset >
13+ < legend > < strong > Personal Data</ strong > </ legend >
14+ < ol >
15+ < li > Name</ li >
16+ < input type ="text " name ="name " style ="width: 85% " />
17+ < li > Gender</ li >
18+ < input type ="text " name ="gender " style ="width: 85% " />
19+ < li > Email Address</ li >
20+ < input type ="text " name ="email " style ="width: 85% " />
21+ < li > Telp Number</ li >
22+ < input type ="text " name ="telp " style ="width: 85% " />
23+ </ ol >
24+ </ fieldset >
25+ <!-- Reservation Room Form-->
26+ < legend > < strong > Reservation Room Form</ strong > </ legend >
27+ < ol >
28+ < li > Reservator Name</ li >
29+ < input type ="text " name ="reservatorname " style ="width: 85% " />
30+ < li > Booking Date</ li >
31+ < input type ="text " name ="date " style ="width: 85% " />
32+ < li > Room Type</ li >
33+ < select id ="room " name ="room " style ="width: 85% ">
34+ < option > Deluxe</ option >
35+ < option > Suite</ option >
36+ < option > Studio</ option >
37+ </ select >
38+ < li > Bed Type</ li >
39+ < select id ="bed " name ="bed " style ="width: 85% ">
40+ < option > Single Bed</ option >
41+ < option > Twin Bed</ option >
42+ < option > Double Bed</ option >
43+ < option > Queen Bed</ option >
44+ < option > King Bed</ option >
45+ </ select >
46+ < li > Breakfast</ li >
47+ < input type ="radio " id ="breakfastwith " name ="breakfast " value ="with " /> With Breakfast
48+ < input type ="radio " id ="breakfastwithout " name ="breakfast " value ="without " /> Without Breakfast
49+ </ ol >
50+ <!-- Payment Form-->
51+ < fieldset >
52+ < legend > < strong > Payment</ strong > </ legend >
53+ < ol >
54+ < li > Check-in Date</ li >
55+ < input type ="text " name ="checkin " style ="width: 85% " />
56+ < li > Check-out Date</ li >
57+ < input type ="text " name ="checkout " style ="width: 85% " />
58+ < li > Payment Method</ li >
59+ < select id ="room " name ="room ">
60+ < option > Cash</ option >
61+ < option > Debit</ option >
62+ < option > Credit</ option >
63+ </ select >
64+ </ ol >
65+ </ fieldset >
66+ <!-- Submit-->
67+ < input type ="submit " id ="submit " name ="submit " value ="Submit " />
68+ </ form >
69+ </ body >
70+ </ html >
0 commit comments