-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResposta3 errada.html
More file actions
23 lines (21 loc) · 1000 Bytes
/
Resposta3 errada.html
File metadata and controls
23 lines (21 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resposta Errada</title>
<link rel="icon" type="image/png" href="./imagens/pixilart-drawing.png">
<link rel="stylesheet" href="./Estilo Visual/style.css">
</head>
<body>
<div class="Correção">
<fieldset>
<legend><h1>ERRADO !!!</h1></legend>
<center><img class="cl-img" width="390" height="300" src="./imagens/Os bons companheiros.jpeg" alt=""></center>
<p>"Os Bons Companheiros" (Goodfellas) é um filme de 1990 dirigido por Martin Scorsese,baseado no livro "Wiseguy" de Nicholas Pileggi.</br>
A história é contada em primeira pessoa pelo personagem Henry Hill, interpretado por Ray Liotta, que narra sua ascensão na máfia</p></br>
<a href="./pergunta4.html"><button>Proxima Pergunta</button></a>
</fieldset>
</div>
</body>
</html>