-
Notifications
You must be signed in to change notification settings - Fork 10
/
land.html
83 lines (65 loc) · 1.59 KB
/
land.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
<!doctype html>
<html>
<head>
<title>@ LAND ROVER</title>
</head>
<link rel="stylesheet" type="text/css" href="s1.css">
<style>
table
{
background-color:yellow;
}
</style>
<body>
<p>Let's Book A LAND ROVER Car</p>
<div class="hello">
<table border="6">
<tr>
<th colspan="4">DIFFERENT LAND ROVER 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.EVOQUE</td>
<td rowspan="2"><img src="1-range-rover-evoque-2019-fd-hero-front.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.VELER</td>
<td rowspan="2"><img src="land-rover-2138wsad34-disco-spo.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.DISCOVERY</td>
<td rowspan="2"><img src="LandRoverDiscoverySport0416.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>
<th colspan="4"><center>It's Great To See You Here...!!!</center></th>
</tr>
</div>
</body>
</html>