-
Notifications
You must be signed in to change notification settings - Fork 10
/
asdf(1).html
110 lines (85 loc) · 2.13 KB
/
asdf(1).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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!doctype html>
<html>
<head>
<title>@ TATA</title>
</head>
<link rel="stylesheet" type="text/css" href="s1.css">
<style>
table
{
background-color:yellow;
}
</style>
<body>
<p>Let's Book A TATA Car</p>
<div class="hello">
<table border="6">
<tr>
<th colspan="4">DIFFERENT TATA CARS FOR RENT</th>
</tr>
<tr>
<th rowspan="2">MODEL NUMBER</th>
<th rowspan="2">CAR PICTURE</th>
<th>CAR DISCRIPTION</th>
<th>RENT CHARGES/ DAY</th>
</tr>
<tr>
<th>MILAGE,FEATURES,SUPPORT</th>
<th>Expense</th>
</tr>
<tr>
<td rowspan="2">#1.NEXON</td>
<td rowspan="2"><img src="car_1_20181210_630_630.jpg" height="50" width="90"></td>
<td>Milage:-21.25km/l,Top notch model,Road assit.,JBL music</td>
<td>1850.00/-</td>
</tr>
<tr>
<td>Handling and Installation of Accessories.</td>
<td>520.00/- once</td>
</tr>
<tr>
<td rowspan="2">#2.TIGOR</td>
<td rowspan="2"><img src="Tata-Motors-JTP-evo-India-1000x600.jpg" height="50" width="90"></td>
<td>Milage:-19.25km/l,Base model,Road assit.,Dollby music</td>
<td>1100.00/-</td>
</tr>
<tr>
<td>Handling and Installation of Accessories.</td>
<td>842.00/- once</td>
</tr>
<tr>
<td rowspan="2">#3.ZEST</td>
<td rowspan="2"><img src="tata-zest.jpg" height="50" width="90"></td>
<td>Milage:-19.25km/l,Base model,Road assit.,Dollby music</td>
<td>1700.00/-</td>
</tr>
<tr>
<td>Handling and Installation of Accessories.</td>
<td>1400.00/- once</td>
</tr>
<tr>
<td rowspan="2">#4.HEXA</td>
<td rowspan="2"><img src="TATA-MOTORS-CARS...1.jpg" height="50" width="90"></td>
<td>Milage:-19.25km/l,Base model,Road assit.,Dollby music</td>
<td>1100.00/-</td>
</tr>
<tr>
<td>Handling and Installation of Accessories.</td>
<td>850.00/- once</td>
</tr>
<tr>
<td rowspan="2"><a href="chackout.html"></td>
<td rowspan="2"><img src="safari.jpg" height="50" width="90"></td>
<td>Milage:-15.35km/l,Mid model,Road assit.,Dollby music</td>
<td>2575.00/-</td>
</tr>
<tr>
<td>Handling and Installation of Accessories.</td>
<td>1000.00/- once</td>
</tr>
<tr>
<th colspan="4"><center>Its good to see you here</center></th>
</tr>
</div>
</body>
</html>