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 50
|
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style tyle="text/css">
.info-num
{
width:250px;
float:left;
}
.numero
{
width:250px;
}
</style>
</head>
<body>
<div class="info-num" >
<table border="1" align="left">
<tr>
<td><FONT size=5 face="Times New Roman">Nom de l'application</FONT></td>
<td><FONT size=5 face="Times New Roman">brossage du siege </FONT></td>
</tr>
<tr>
<td><FONT size=5 face="Times New Roman">Code application</FONT></td>
<td><FONT size=5 face="Times New Roman">GP</FONT></td>
</tr>
</table>
</div>
<!-- <BR CLEAR=""all""> -->
<!-- <BR><BR><BR><BR><BR><BR><BR><BR><BR><BR> -->
<div class="numero">
<p><FONT size=5 face="Times New Roman">second tableau </FONT></p>
<table border="2" align="left">
<tr>
<th>entete1</th>
<th>entete2</th>
</tr>
<tr>
<td>Z1</td>
<td>adbedfg, gfhhhghh, rettrggd, errrr ,eerererr, ererrerr,e reere, Cellule 2 de la ligne 2</td>
</tr>
</table>
</div>
</body>
</html> |
Partager