-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (29 loc) · 1.19 KB
/
index.html
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>História com Bonifácio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>HISTÓRIA BOM E FÁCIO</h1>
</header>
<nav>
<a href="https://brasilescola.uol.com.br/matematica/piramides.htm"></a>
</nav>
<p>Bem vindo ao site História Bom e Fácil, eu sou o <b>Professor Eduardo Bonifácio,</b> e estou aqui para te ajudar nessa grande viagem pelo tempo e espaço que é estudar História.</p>
<p>Aqui você encontrará conteúdos semanais sobre curiosidades e informações relevantes para seus estudos para o Enem e Vestibular.</p>
<p> Embarque comigo nessa viagem, e venha aprender história de uma maneira boa e fácil.</p>
<p class="teste"> paragrafo teste</p>
<p> paragrafo teste</p>
<img src="Hist.1.jpg" alt=" Aqui é uma imagem escrito História">
<img src="Roma.jpg" alt="Aqui é uma imagem do coliseu romano">
<p> paragrafo teste</p>
<ol>
<ol>Café</ol>
<li>Leite</li>
</ol>
</body>
</html>