blob: da726d2ae5a8b408dfebd42cfa478f8a0f01674e (
plain)
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
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<table bgcolor="wheat" bordercolor="#494949" border="3" align="center">
<tr>
<th colspan="2" rowspan="3"> </th>
</tr>
<tr>
<th colspan="2">Preferences</th>
</tr>
<tr>
<th> Kumquats frais </th>
<th> Kumquats au sirop </th>
</tr>
<tr>
<th rowspan="5" > Sexe </th> </tr>
<tr>
<td> Hommes de moins de 18 ans</td>
<td>45% </td>
<td> 55%</td>
</tr>
<tr>
<td> Hommes de plus de 18 ans</td>
<td>51% </td>
<td>49% </td>
</tr>
<tr>
<td>Femmes de moins de 18 ans </td>
<td>56% </td>
<td>44% </td>
</tr>
<tr>
<td> Femmes de plus de 18 ans</td>
<td>63% </td>
<td> 37%</td>
</tr>
</table>
</body>
|