hidden-cells-3-ref.html (386B)
1 <!DOCTYPE html> 2 <table style="width: 200px; height: 200px; empty-cells: show; border-collapse: collapse"> 3 <colgroup style="background: red"> 4 <col style="background: red"> 5 </colgroup> 6 <tbody style="background: red"> 7 <tr style="background: red"> 8 <td style="background: green"> 9 </td> 10 <td style="background: white"> 11 </td> 12 </tr> 13 </tbody> 14 </table>