-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmall suv.html
More file actions
126 lines (121 loc) · 4.23 KB
/
small suv.html
File metadata and controls
126 lines (121 loc) · 4.23 KB
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>
small suv
</title>
<link rel="stylesheet" type="text/css" href="/style/style.css"></link>
</head>
<style>
body {
background-image: url("/images/ppt3.jpg");
color: white;
}
.who {
width: 48%;
margin-left: 2%;
margin-bottom: 0px;
padding: 10px 16px;
float: left;
color: white;
}
h1 {
margin: 10px 0;
color: white;
}
</style>
<body>
<header>
<a href="index.html"> <img src="/images/llogooo.PNG " height="70 " style=" margin-left: 100px ;"></a>
<a class=" navigation " href="/Web Project/Car pricing/car pricing.html ">New car pricing</a>
<a class="navigation " href="carrev final.html">Car review</a>
<a class="navigation " href="polling.html ">Car polling</a>
<a><img src="/images/bell.PNG " height="40px " style="margin-top: 15px; margin-left: 400px "></a>
<a href="login copy.html "><img src="/images/login.PNG " height="40px " style="margin-top: 15px; margin-left: 50px "></a>
</header>
<div class="who">
<h1>Small SUV</h1>
<img src="/images/honda kona.jpg" width="450" height="300" border="2" />
<h1>Hyndoi kona</h1>
<table>
<tr>
<th colpan="2">specification</th>
</tr>
<tr>
<td style="border-style: none;">HIGH VOLTAGE BATTERY & CHARGING</td>
<td style="border-style: none;">DC Charging (0-80%) @50 kW**</td>
</tr>
<tr>
<td style="border-style: none;">SUSPENSION</td>
<td style="border-style: none;">Front</td>
</tr>
<tr>
<td style="border-style: none;">BRAKES</td>
<td style="border-style: none;">Rear</td>
</tr>
<tr>
<td style="border-style: none;">TYRE</td>
<td style="border-style: none;">Emergency Spare Tyre</td>
</tr>
</table>
<img src="/images/ks.jpg" width="450" height="300" border="2" />
<h1>kia soul</h1>
<table>
<tr>
<th colpan="2">specification</th>
</tr>
<tr>
<td style="border-style: none;">Power</td>
<td style="border-style: none;">126 - 201 bhp</td>
</tr>
<tr>
<td style="border-style: none;">0 - 60 mph</td>
<td style="border-style: none;">7.5 - 11.8 secs</td>
</tr>
<tr>
<td style="border-style: none;">Fuel Economy</td>
<td style="border-style: none;">38 - 58 mpg</td>
</tr>
<tr>
<td style="border-style: none;">Road Tax</td>
<td style="border-style: none;">£125 - £235</td>
</tr>
</table>
<img src="/images/honda hrv.jpg" width="450" height="300" border="2" />
<h1>honda hrv</h1>
<table>
<tr>
<th colpan="2">specification</th>
</tr>
<tr>
<td style="border-style: none;">Length</td>
<td style="border-style: none;">4,295mm</td>
</tr>
<tr>
<td style="border-style: none;">Width</td>
<td style="border-style: none;">1,770mm</td>
</tr>
<tr>
<td style="border-style: none;">Height</td>
<td style="border-style: none;">1,605mm</td>
</tr>
<tr>
<td style="border-style: none;">Fuel Tank Capacity</td>
<td style="border-style: none;">60-litre</td>
</tr>
<tr>
<td style="border-style: none;">Seating Capacity</td>
<td style="border-style: none;">5</td>
</tr>
<tr>
<td style="border-style: none;">Engine</td>
<td style="border-style: none;">1.8-litre i-VTEC Petrol</td>
</tr>
</table>
</div>
</div>
</body>
</body>
</html>