-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (31 loc) · 1.39 KB
/
index.html
File metadata and controls
40 lines (31 loc) · 1.39 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Turma H</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="cabeçalho">
<h1>The Dogs</h1>
<ul class="cabeçalho-lista">
<li class="cabeçalho-item1">Projeto 1 - Formadores</li>
</ul>
</header>
<section class="o-cachorro">
<img class="Imagem1-seção-2"src="C:\Users\Arj\Desktop\Curso Turma H\img\pitbul-1.jpg" alt="cachorro andando">
<p><b><i>O cachorro Pitbull, ou verdadeiramente conhecido como American Pit Bull Terrier (APBT), é um pet extremamente carinhoso, leal e inteligente.</i></b></p>
</section>
<section class="o-mito">
<p><b><i>No entanto, por muito tempo teve sua imagem atrelada a um comportamento rude e agressivo, no contrário do que muitos pensam, esse cãozinho é muito dócil, principalmente quando falamos das crianças.</i></b></p>
<img class="Imagem2-seção-3" src="C:\Users\Arj\Desktop\Curso Turma H\img\Pitbull-Dog-2.jpg" alt="cachorro sentado, com lenço no pescoço">
</section>
<section class="rodapé">
<h2>
<i>Pitbull</i>
</h2>
</section>
</body>
</html>