-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (39 loc) · 2.1 KB
/
index.html
File metadata and controls
45 lines (39 loc) · 2.1 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
<html>
<head>
<title>App Car</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1><marquee>Application For Car</marquee></h1>
<nav>
<ul>
<li id="one">
<a href="https://www.edmunds.com/car-buying/10-steps-to-buying-a-new-car.html"> Home</a>
</li >
<li id="tow" >
<a href="https://www.edmunds.com/car-buying/10-steps-to-buying-a-new-car.html"> About me</a>
</li >
</ul>
</nav>
</header>
<main>
<article>
<h3>read more about car</h3>
<img src="https://upload.wikimedia.org/wikipedia/commons/a/a4/2016_Toyota_Corolla_%28ZRE172R%29_Ascent_sedan_%282017-01-15%29_01.jpg" width="300"higth="300" alt="car IMAGE">
</br>
<a href="https://www.edmunds.com/car-buying/10-steps-to-buying-a-new-car.html"> About me</a>
<p id="first_P">
Minions is a 2015 American computer-animated comedy film produced by Illumination Entertainment and distributed by Universal Pictures. It is the spin-off prequel and the third installment overall in the Despicable Me franchise. Directed by Pierre Coffin and Kyle Balda, written by Brian Lynch, and produced by Chris Meledandri and Janet Healy, the film stars the voices of Coffin as the Minions (including Kevin, Stuart, and Bob), Sandra Bullock, Jon Hamm, Michael Keaton, Allison Janney, Steve Coogan, Jennifer Saunders, and is narrated by Geoffrey Rush.</p>
<p class="secound_p">
Minions premiered in London on June 11, 2015, and was released in the United States on July 10. The film received mixed reviews from critics and grossed over $1.1 billion worldwide.
</p>
<p class="third_p">At the time of release, the film became the 10th highest-grossing film of all time and the second highest-grossing animated film. The film is also the fifth-highest-grossing film of 2015 and the highest-grossing non-Disney animated film. The spin-off sequel, Minions: The Rise of Gru, is scheduled to be released in July 2022.
</p>
</article>
</main>
<footer>©rigth riziq-ali</footer>
<script src="app.js">
</script>
</body>
</html>