Page

HTML table color

<table style="background-color:lightblue;">
<tr style="background-color:blue;color:white;">
<th>Table header</th><th>Table header</th>
</tr>
<tr>
<td>Table cell 1</td><td>Table cell 2</td>
</tr>
</table>

No comments:

Post a Comment