-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxl.html
72 lines (72 loc) · 2.12 KB
/
xl.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<head>
<title>
XL
</title>
<link rel="stylesheet" href="f.css">
</head>
<body align="center"size="15px" background="images/xlback.jpg" style="font-family: 'Courier New', Courier, monospace;">
<div class="topnav">
<a href="index.html">Home</a>
<a href="news.html">News</a>
<a href="about.html">About</a>
</div>
<h2>Welcome to koala cab booking:</h2>
<p>selected type XL</p>
<div>
<img src="images/xl2.jpeg" alt="not found" align ="left" width="700" height="500">
<form>
<table align="center" cellpadding="10" cellspacing="10">
<tr>
<td>
<label for="from" spacing="10">From:</label>
<input type="text"id="from">
</td>
<td>
<label for="to">To:</label>
<input type="text" id="to">
</td>
</tr>
</tr>
<tr>
<td>
<label for="name">Name</label>
<input type="text" id="name"name="name" size="15"><br>
</td>
</tr>
<tr>
<td>
<label for="Mail">E-Mail</label>
<input type="text" id="Mail"size=15px><br>
</td>
</tr>
<tr>
<td>
<label for="no.">Phn-Number</label>
<input type="number" id="no." size="15"><br>
</td>
</tr>
<tr>
<td>
<label for="date">Booking Date</label>
<input type="date" id="date"><br>
</td>
</tr>
<tr>
<td>
<label for="time">Pick up Time</label>
<input type="time" id="time"><br>
</td>
</tr>
<tr>
<td>
<label for="pickuploc">Pick up location</label>
<input type="pickuploc" id="pickuploc"><br>
</td>
</tr>
<label>PRICE PER EVERY KM = 35/-</label>
</table>
<button class="sbtn" type="reset" onclick="alert('submitted sucessfully...!')">SUBMIT</button>
</div>
</form>
</body>