-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimone-prova.html
More file actions
68 lines (67 loc) · 1.22 KB
/
Simone-prova.html
File metadata and controls
68 lines (67 loc) · 1.22 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
<!DOCTYPE html>
<html>
<head>
<title>
Prova-2-Bimestre
</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="estiloprova.css">
</head>
<body>
<header>
<h1>
PROVA
</h1>
<nav>
<a href="http://portal1.iff.edu.br/">Página do IFF</a>
<a href="https://www.google.com.br/" target="_blank">Site do Google</a>
</nav>
<ol>
<li>
Orgulho e Preconceito
</li>
<li>
Sherek 1
</li>
<li>
O menino do pijama listrado
</li>
</ol>
</header>
<section>
<dl>
<dt>
Descrição breve dos filmes
</dt>
<br>
<dd>
<dl>
<dt>
Orgulho e preconceito
</dt>
<dd>
Um romance inspirado na obra de Jane Austen.
</dd>
</dl>
<dl>
<dt>
Sherek 1
</dt>
<dd>
Narra a história de um ogro e seu amigo, o burro.
</dd>
</dl>
<dl>
<dt>
O menino do pijama listrado
</dt>
<dd>
um drama contextualizado nos campos de concetração nazistas, da 2° guerra mundial.
</dd>
</dl>
</dd>
</dl>
<img src="orgulho.jpg" id="org">
</section>
</body>
</html>