Bonjour.
est-ce que ceci est correct?
Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 
<html>
<body>
	<table>
		<tr>
			<td><form>
			</td>
		</tr>
		<tr>
			<td>
			</td>
		</tr>
		<tr>
			<td></form>
			</td>
		</tr>
	</table>
</body>
</html>