Tweak reference

This commit is contained in:
bzbarsky@mit.edu 2007-12-03 00:03:41 -08:00
parent db2d5658a7
commit 7bbef1b330

View File

@ -3,16 +3,12 @@
<head>
<style>
table {background-color:green}
col {background-color:red}
td { color: white }
</style>
</head>
<body>
<table>
<col id="col" span="2" style="visibility: collapse">
<tr>
<td>One</td>
<td>Two</td>
<td>Three</td>
</tr>
</table>