<table width="200" height="204" cellpadding="0" cellspacing="0"> <!--cree un nouveau tableau-->
<tr> <!--cree une cellule-->
<td height="202" style="border-left:1px solid #000000; border-right:1px solid #00FF00">&nbsp;</td> <!--cree une ligne de 202 (2pixels de moins) de haut, filet à droite (vert) et filet à gauche (noir)-->
</tr> <!--fin de cellule-->
</table> <!--fin de tableau-->

 

 

<table width="200" height="204" cellpadding="0" cellspacing="0"> <!--cree un nouveau tableau-->
<tr> <!--cree une cellule-->
<td height="202" style="border-top:1px solid #FF00FF; border-bottom:1px solid #5E7872">&nbsp;</td> <!--cree une ligne de 202 (2pixels de moins) de haut, filet en bas (gris) en haut (rose)-->
</tr> <!--fin de cellule-->
</table> <!--fin de tableau-->

 

 

<table width="200" height="204" cellpadding="0" cellspacing="0" style="border:1px dotted #5E7872"> <!--cree un nouveau tableau avec contour pointillé-->
<tr> <!--cree une cellule-->
<td height="202" style="border-left:1px solid #000000; border-right:1px solid #00FF00; border-top:1px solid #FF00FF; border-bottom:1px solid #5E7872">&nbsp;</td> <!--cree une ligne de 202 (2pixels de moins) de haut, filet à gauche, à droite, en haut, en bas -->
</tr> <!--fin de cellule-->
</table> <!--fin de tableau-->

 

 

<table width="200" height="204" cellpadding="0" cellspacing="0"> <!--cree un nouveau tableau sans contour-->
<tr> <!--cree une cellule-->
<td height="202" style="border-left:1px solid #000000; border-right:1px solid #00FF00; border-top:1px solid #FF00FF; border-bottom:1px solid #5E7872">&nbsp;</td> <!--cree une ligne de 202 (2pixels de moins) de haut, filet à gauche, à droite, en haut, en bas -->
</tr> <!--fin de cellule-->
</table> <!--fin de tableau-->