-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (44 loc) · 1.71 KB
/
index.html
File metadata and controls
45 lines (44 loc) · 1.71 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
41
42
43
44
45
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My second exercice</title>
</head>
<body>
<table border="0" width="100%" cellspacing="4" cellpadding="0">
<tr>
<td colspan="2">
<img src="arr_bannp.png" alt="bannier de mon site" width="100%">
</td>
</tr>
<tr>
<td width="30%" valign="top" bgcolor="#EEEEEE" height="200">
<ul>
<li><a href="accueil.html">Accueil</a></li>
<li><a href="presentation.html">Présentation</a></li>
<li><a href="activites.html">Activités</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</td>
<td width="70%" valign="top">
<h2>
<font face="verdana" color="#003569">Exercice</font>
</h2>
<font face="verdana" size="2">Cet exercice permet de mettre en pratique les balises que nous avons vu jusqu'ici. <br>
N'attendez pas à ce que le design soit épatant! En effet, il reste encore du chemin à faire avant de réussir une page Web parfait avec un design <b>agréable</b>.
</font>
<p>La programmation est fun</p>
</td>
</tr>
<tr>
<td colspan="2" align="center" height="40" bgcolor="#EE6600">
<font color="#FFFFFF" face="verdana" size="1">
Webmaser © 2015
</font>
</td>
</tr>
</table>
</body>
</html>