-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodecademy 2.html
More file actions
40 lines (40 loc) · 1.57 KB
/
Codecademy 2.html
File metadata and controls
40 lines (40 loc) · 1.57 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
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css" />
<title>Ma page photo</title>
</head>
<body>
<table>
<thead>
<th colspan="3">les beaux paysages</th>
</thead>
<tbody>
<tr>
<td><img src="http://a405.idata.over-blog.com/1/61/60/30/La-montagne/belle-montagne---.jpeg.jpg" />
</td>
<td><img src="https://eligetuactitud.files.wordpress.com/2011/10/camino_otonal.jpg" />
</td>
<td><img src="http://tatiana22.t.a.pic.centerblog.net/jw9wz5fv.jpg" />
</td>
</tr>
<tr>
<td><img src="http://www.wisibility.com/wisi/images/2009/mai/tahiti.jpg" />
</td>
<td><img src="http://www.izoa.fr/img/p/8/2/0/8/8208-large.jpg" />
</td>
<td><img src="http://www.my-hd-wallpapers.com/wall/1405244488_moutain-reflect-on-a-lake_800.jpg" />
</td>
</tr>
<tr>
<td><img src="https://4.bp.blogspot.com/-ywCdemWZceY/Tkrd2T90QXI/AAAAAAAADvg/3lvV6YFdJgQ/s1600/lune+bleue.JPG" />
</td>
<td><img src="http://aupaysderosalie.a.u.pic.centerblog.net/1461814_439108769524533_153285711_n.jpg" />
</td>
<td><img src="http://maximumwallhd.com/wp-content/uploads/2015/07/fonds-ecran-paysage-magnifique-6.jpg" />
</td>
</tr>
</tbody>
</table>
</body>
</html>