tr{background-color:red}
<table width="50px" border="1" cellspacing="0" cellpadding="0">
<tr>
<td nowrap style="background-color:red; ">Fond de cellule</td>
</tr>
</table>
.idendifiant{background-color:#01BC62}
<div style="width:200px; background-color:#01BC62; ">background-color : #01BC62 </div>
.idendifiant{background-color:rgb(37,8,186); }
<div style="width:300px; background-color: rgb(37,8,186); ">background-color : rgb(37,8,186); </div>
tr{background-color:red}
| Fond de cellule |
