14 lines
386 B
HTML
14 lines
386 B
HTML
<!DOCTYPE html>
|
|
<table style="width: 200px; height: 200px; empty-cells: show; border-collapse: collapse">
|
|
<colgroup style="background: red">
|
|
<col style="background: red">
|
|
</colgroup>
|
|
<tbody style="background: red">
|
|
<tr style="background: red">
|
|
<td style="background: green">
|
|
</td>
|
|
<td style="background: white">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|