-
Notifications
You must be signed in to change notification settings - Fork 0
/
aluno3.html
38 lines (32 loc) · 1.71 KB
/
aluno3.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
<!doctype html>
<html>
<head>
<title>Janelas XD</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="fonte" rel="stylesheet">
<link href="css/estilo.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<main>
<img src="imagens/area_trabalho_adulto.png" id="area_trabalho_adulto" usemap="#link_area_adulto"/>
<map name="link_area_adulto">
<area shape="rect" alt="menu" coords="0, 460, 77, 480" href="menu_adulto.html"/>
<area shape="rect" alt="internet" coords="14, 10, 58, 61" href="erro.html"/>
<area shape="rect" alt="mensageiro" coords="13, 74, 56, 119" href="erro.html"/>
<area shape="rect" alt="pasta_fotos" coords="286, 247, 332, 286" href="erro.html"/>
<area shape="rect" alt="pasta_tabela" coords="583, 108, 619, 156" href="erro.html"/>
<area shape="rect" alt="pasta_docs" coords="582, 171, 620, 218" href="erro.html"/>
</map>
<img src="imagens/aluno3.png" class="palavra_adulto" usemap="#mapa_palavra_adulto" />
<map name="mapa_palavra_adulto">
<area shape="rect" coords="409, 308, 539, 329" href="aluno1.html"/>
<area shape="rect" coords="411, 288, 539, 307" href="aluno2.html" />
<area shape="rect" coords="524, 1, 545, 20" href="pasta_trabalhos_adulto.html"/>
</map>
<img class="assistente_palavra_adulto" src="imagens/assistente.gif" />
</main>
</div>
</body>
</html>