-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathlamborg.html
83 lines (65 loc) · 1.53 KB
/
lamborg.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>@ LAMBORGHINI</title>
</head>
<link rel="stylesheet" type="text/css" href="s1.css">
<style>
table
{
background-color:yellow;
}
</style>
<body>
<p>Let's Book A LAMBORGHINI Car</p>
<div class="hello">
<table border="6">
<tr>
<th colspan="4">DIFFERENT LAMBORGHINI 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.URUS</td>
<td rowspan="2"><img src="2019-lamborghini-urus.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.AVENTADOR</td>
<td rowspan="2"><img src="aventa.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.HURACAN</td>
<td rowspan="2"><img src="hur.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>