-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcursos.html
55 lines (37 loc) · 1.57 KB
/
cursos.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>Home</title>
</head>
<body background="imagens/fundo2.png">
<table border="0" width="900" align="center">
<tr>
<td><a href="index.html"><img src="imagens/Logo.png"></a></td>
<td align="right">
<a href="quem_somos.html">Quem somos |</a>
<a href="cursos.html"> Cursos |</a>
<a href="contato.html">Contato </a>
</td>
</tr>
<tr>
<td colspan="2">
</table>
<h2 align="center">Conheça nossos cursos</h2>
<table border="0" width="900" align="center">
<tr>
<td><img src="imagens/curso1.png"></td>
<td><img src="imagens/curso2.png"></td>
<td><img src="imagens/curso3.png"></td>
<td><img src="imagens/curso4.png"></td>
<td><img src="imagens/curso5.png"></td>
</tr>
<tr>
<td colspan="2"><p align="left"><strong>Site fictício utilizado para fins educacionais.</strong></p></td>
<td colspan="2">
<h4 align="center">Todos os direitos reservados.</h4>
</td>
</tr>
</table>
</body>
</html>