-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathperunta2.html
More file actions
24 lines (23 loc) · 1013 Bytes
/
perunta2.html
File metadata and controls
24 lines (23 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pergunta 02</title>
<link rel="icon" type="image/png" href="./imagens/pixilart-drawing.png">
<link rel="stylesheet" href="./Estilo Visual/style.css">
</head>
<body>
<div class="Pergunta2">
<fieldset>
<legend><H1><strong>PERGUNTA 02</strong></H1></legend>
<H2>Qual destes NÃO é um livro de Stephen King?</H2>
<center><img class="cl-img" height="350" width="533" src="./imagens/stephen-king.webp"></center>
<a href="./resposta2 Errada.html"><button>O cemitério</button></a><br/>
<a href="./RespostaCerta2.html"><button>Candyman</button></a><br/>
<a href="./resposta2 Errada.html"><button>As quatro estações</button></a><br/>
<a href="./resposta2 Errada.html"><button>Mr. Mercedes</button></a><br/>
</fieldset>
</div>
</body>
</html>