-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpg8.html
40 lines (40 loc) · 1.19 KB
/
pg8.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style10.css">
<title>Pergunta 8</title>
</head>
<body>
<div class="circle">
<span class="number">8</span>
</div>
<h1>O deslocamento descrito por João foi: mova-se pela pirâmide, sempre em linha reta, do ponto A ao ponto E, a seguir do ponto E ao ponto M, e depois de M a C.</h1>
<div class="imagem">
<img src="imagens/piramide.png" alt="piramide">
</div>
<h1>O desenho que Bruno deve fazer é:</h1>
<div class="imagem">
<img id="pergunta" src="imagens/pergunta_piramide_cortada-CERTA.png" alt="pergunta_piramide">
</div>
<ul>
<li>
<a href="01.html">
<button id="q1">A</button>
</a>
<a href="01.html">
<button id="q2">B</button>
</a>
</li>
<li>
<a href=01.html">
<button id="q3">C</button>
</a>
<a href="wins.html">
<button id="q4">D</button>
</a>
</li>
</ul>
</body>
</html>