deleteCol2-ref.html 170 B

12345678910111213141516171819
  1. <HEAD>
  2. </HEAD>
  3. <BODY>
  4. <table bgcolor=orange border>
  5. <col width=100>
  6. <col width=300>
  7. <tr>
  8. <td>100</td><td>300</td><td>auto</td>
  9. </tr>
  10. </table>
  11. </BODY></HTML>