LES STYLES DE BORDURES
Border Dotted définit une bordure en pointillé
|
<table style="border: 3px dotted #ffcc00;" width="553" height="175"> <tbody>
|
Border Dashed définit une bordure discontinue (tiret)
|
<table style="border: 3px dashed #00cc33;" width="553" height="175"> <tbody>
|
Border Solid définit une bordure droite continue
|
<table style="border: 3px solid #ff3333;" width="553" height="175"> <tbody>
|
Border Double définit deux bordures droites continues
|
<table style="border: 5px double #66ccff;" width="553" height="175"> <tbody>
|
Border Groove définit une bordure rainurée 3D
|
<table style="border: 5px groove #ff66ff;" width="553" height="175"> <tbody>
|
Border Ridge définit une bourdure striée 3D
|
<table style="border: 5px ridge #ff9900;" width="553" height="175"> <tbody>
|
Border Inset définit une bordure en relief intérieur
|
<table style="border: 5px inset #9966ff;" width="553" height="175"> <tbody>
|
Border Outset définit une bordure en relief extérieur
|
<table style="border: 5px outset #66ffcc;" width="553" height="175"> <tbody>
|