Eklablog Tous les blogs
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

Publicité

Les styles de bordure

 

LES STYLES DE BORDURES

 

Border Dotted définit une bordure en pointillé

  <table style="border: 3px dotted #ffcc00;" width="553" height="175">

<tbody>
<tr>
<td></td>
</tr>
</tbody></table>

 

 Border Dashed définit une bordure discontinue (tiret)

 <table style="border: 3px dashed #00cc33;" width="553" height="175">

<tbody>
<tr>
<td></td>
</tr>
</tbody></table> 

 

 Border Solid définit une bordure droite continue

  <table style="border: 3px solid #ff3333;" width="553" height="175">

<tbody>
<tr>
<td></td>
</tr>
</tbody></table>

 

 Border Double définit deux bordures droites continues

  <table style="border: 5px double #66ccff;" width="553" height="175">

<tbody>
<tr>
<td></td>
</tr>
</tbody></table>

 

 Border Groove définit une bordure rainurée 3D

 <table style="border: 5px groove #ff66ff;" width="553" height="175">

<tbody>
<tr>
<td></td>
</tr>
</tbody></table> 

 

Border Ridge définit une bourdure striée 3D 

 <table style="border: 5px ridge #ff9900;" width="553" height="175">

<tbody>
<tr>
<td></td>
</tr>
</tbody></table> 

 

Border Inset définit une bordure en relief intérieur 

  <table style="border: 5px inset #9966ff;" width="553" height="175">

<tbody>
<tr>
<td></td>
</tr>
</tbody></table>

 

 Border Outset définit une bordure en relief extérieur

  <table style="border: 5px outset #66ffcc;" width="553" height="175">

<tbody>
<tr>
<td></td>
</tr>
</tbody></table>

 

 

Publicité
Retour à l'accueil
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article