-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (59 loc) · 2.17 KB
/
index.html
File metadata and controls
106 lines (59 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS_files/style1.css">
<title> Car Studio </title>
</head>
<body>
<header>
<h1 class="title"> Car Studio </h1>
<nav class="menu">
<ul>
<li>
<a href="news">Last News</a>
</li>
<li>
<a href="description">Description about cars</a>
</li>
<li>
<a href="contact_us">Contact us</a>
</li>
<li>
<a href="buy">Buy now</a>
</li>
</ul>
</nav>
</header>
<script src="JavaScript/first_one.js"> </script>
<script src="JavaScript/second_one.js"> </script>
<main>
<aside>
<p>
Wellcome to the best website to select your dreams car.
Here you can find alot of cars you need to buy , sell or to borrow .
Any time , Any where you are in the wolrd .
So what do you wait , Sign up for free now . And start your reace with us .
</p>
<button type="button" onclick="alert('Sign In!')">Sign In</button>
<script src="JavaScript/loop.js"> </script>
</aside>
<section>
<img src="https://img.etimg.com/thumb/msid-73977886,width-640,resizemode-4,imgsize-252361/mahindra-funster-ev-concept-car.jpg" width="75%" height="75%" alt="New car">
<p>
The most greatest cars in the world is that cars with us . see the next images which show the latest version of Mahindra Funster EV Concept car on display at the Auto Expo 2020 in Greater Noida , You can not believethat this car is available in our stores now.
And in the images below you can see the most cheapest cars in the world if you want to have one of them , just click on the images and buy now .
</p>
</section>
</main>
<footer>
<img src="https://cdn.motor1.com/images/mgl/mrz1e/s3/coolest-cars-feature.jpg" alt="faster_cars">
<section>
<button type="button" onclick="alert('FaceBook!')">FaceBook</button>
<button type="button" onclick="alert('Instegram!')">Instegram</button>
<button type="button" onclick="alert('Youtube!')">Youtube</button>
</section>
</footer>
</body>
</html>