-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 1.19 KB
/
index.html
File metadata and controls
32 lines (31 loc) · 1.19 KB
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
<DOCTYPE html public>
<html>
<head>
<title>Exer13
<link rel="STYLESHEET"type="text/css"href="estilos.css">
</head>
<body>
Penamento computacional
<p>
<table border="1"class="notas">
<capition>Notas de 1999/2000
<tr class="cabecalho"
<th class="cabecalho">Alunos
<th class="cabecalho">Frequência
<th class="cabecalho">1ª Chamada
<th class="cabecalho">2ª Chamada
<th class="cabecalho">Final
</tr>
</th>
</th>
</th>
</th>
</th>
</capition>
</table>
</p>
</body>
</title>
</head>
</html>
</DOCTYPE>