-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimagens.html
More file actions
34 lines (34 loc) · 1.07 KB
/
imagens.html
File metadata and controls
34 lines (34 loc) · 1.07 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
33
34
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="ImagenCSS.css">
</head>
<body>
<div>
<a href="imagens/cavalo_negro.jpg"><img src="imagens/cavalo_negro.jpg"></a> <br />
<p>Cavalos negros</p>
</div>
<div>
<a href="imagens/lindo_passaro.jpg"><img src="imagens/lindo_passaro.jpg"></a> <br />
<p>Lindos Passaros</p>
</div>
<div>
<a href="imagens/car1.jpg"><img src="imagens/car1.jpg"></a> <br />
<p>Lambourghini</p>
</div>
<div>
<a href="imagens/car2.jpg"><img src="imagens/car2.jpg"></a> <br />
<p>Lambourghini 2</p>
</div>
<div>
<a href="imagens/universo3D.jpg"><img src="imagens/universo3D.jpg"></a> <br />
<p>Universo 3D</p>
</div>
</body>
</html>