-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (37 loc) · 1.01 KB
/
index.html
File metadata and controls
46 lines (37 loc) · 1.01 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Carros 3</title>
<link rel="stylesheet" href="aula.css">
<body>
<header>
<div class = "caixa">
<h1> <img id ="banner" src ="supra.jpg"></h1>
<nav>
<ul>
<li> <a href="http://google.com"> home </a></li>
<li> <a href="produto.html"> produtos </a></li>
<li> <a href="formulario.html"> contato </a></li>
</ul>
</nav>
<main>
<ul class = "produto">
<li> <h2> <a href="SUPRA.html"> supra mk4 </a> </h2>
<img id = "banner3" src = "supra1.jpg">
<p class = "lista"> Supra mk4 </p>
<p class = "valor"> R$ 700,000 </p>
</li>
<li> <h2> <a href="Supra2.html"> supra 2021 </a> </h2>
<img id = "banner1"src = "supra2.jpg">
<p class = "lista"> Supra 2021 </p>
<p class = "valor"> R$ 1,400,000 </p>
</li>
<li> <h2> <a href="Mazda.html"> mazda rx7 </a> </h2>
<img id = "banner2"src= "mazda.jpg">
<p class = "lista"> Mazda rx 7 </p>
<p class = "valor"> R$ 890,000 </p>
</li>
</ul>
</header>
</body>