- Output for 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
- <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Page avec Iframes</title>
</head>
<table border=’1’ width="100% ">
<tr> <th> Client </th> <th> Nom </th> <th> Ville </th> <th> Age </th>
</tr>
<tr><td><b>client 1</b></td>
<td> nom 1 : <b>Dulong</b> </td>
<td> ville 1 : <b>Paris</b> </td>
<td> age 1 : <b>35</b> </td>
</tr>
<tr><td><b>client 2</b></td>
<td> nom 2 : <b>Leparc</b> </td>
<td> ville 2 : <b>Lyon</b> </td>
<td> age 2 : <b>47</b> </td>
</tr>
<tr><td><b>client 3</b></td>
<td> nom 3 : <b>Dubos</b> </td>
<td> ville 3 : <b>Tours</b> </td>
<td> age 3 : <b>58</b> </td>
</tr>
</table>
<body>
</body>
</html>