hidden-cells-1.html (335B)
1 <!DOCTYPE html> 2 <table style="width: 200px; height: 200px; empty-cells: hide; color: white"> 3 <colgroup style="background: red"> 4 <col style="background: red"> 5 </colgroup> 6 <tbody style="background: red"> 7 <tr style="background: red"> 8 <td></td> 9 <td style="visibility: hidden">X</td> 10 </tr> 11 </tbody> 12 </table>