background-color---> itt változtathatod a színt
Tábla fejléc |
Tábla fejléc |
cella 1 |
cella 2 |
Kód:
<table style="background-color: lightblue">
<tbody>
<tr style="background-color: blue; color: white">
<th>
Tábla fejléc</th>
<th>
Tábla fejléc</th>
</tr>
<tr>
<td>
cella 1</td>
<td>
cella 2</td>
</tr>
</tbody>
</table>
Segítség a szinekhez .
|