-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathst.html
More file actions
63 lines (57 loc) · 3.03 KB
/
st.html
File metadata and controls
63 lines (57 loc) · 3.03 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
<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>
LAND ROVER
</title>
<link rel="stylesheet" type="text/css" href="style.css"></link>
</head>
<style>
body {
background-image: url("bm.jpeg");
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>LAND ROVER
</h1/><br><br>
<table>
<tr>
<td style="border-style: none;"><img src="lrl.png" width="400" height="300" border="0" /><br><br>
<p>Land Rover is a British brand of four-wheel drive cars, that exclusively offers premium and luxury sport utility vehicles, owned by multinational car manufacturer Jaguar Land Rover, which has been owned by India's Tata Motors since
2008.[4] The initial Land Rover is regarded as a British icon, and was granted a Royal Warrant by King George VI in 1951.[5][6] In 2001 it received the Queen's Award for Enterprise for outstanding contribution to international
trade.[7] JLR currently build Land Rovers in Brazil, China, India, Slovakia, and the United Kingdom. The Land Rover name was originally used by the Rover Company for a 4WD, off-road model, now known as the Land Rover Series,
launched in 1948. Over time, it grew into its own brand, (and for a while also a company), encompassing a consistently growing range of four-wheel drive, off-road capable models. Starting with the much more upmarket 1970 Range
Rover, and subsequent introductions of the mid-range Discovery and entry-level Freelander line, (in 1989 and 1997), as well as the 1990 Land Rover Defender refresh, the marque today includes two models of Discovery, four distinct
models of Range Rover, and after a three-year hiatus, a second genaration of Defenders have gone into production for the 2020 model year – in short or long wheelbase
<b>
</b></p>
</td>
</tr>
</table>
</div>
</body>
</html>