-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrobo_1_3.html
26 lines (24 loc) · 925 Bytes
/
robo_1_3.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
<!DOCTYPE html>
<html lang="PT-br">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="robo.css" media="screen">
<title>Robô</title>
<script src="robo_1.js"></script>
</head>
<body>
<div>
<h2>
Correndo roboticamente em uma direção aleatória subitamente você esbarra em alguma coisa
Uma esfinge! Metade homem, metade leão! Garras e dentes afiadas com facas, olhos vermelhos que exalam uma
inteligência assustadora!
O que você faz?
</h2>
<ul>
<li> <h3> 1 – Pergunta para a Esfinge qual o caminho para casa. </h3></li>
<li><h3> 2 - A melhor defesa é o melhor ataque! Você aciona toda a sua força robótica e ataca a fera! </h3></li>
</ul>
</div>
<button type="button" onclick="escolha()">
Escolha a alternativa
</button>