2 <SCRIPT src=tableDom.js
>
7 var col = document.getElementsByTagName(
"COL")[
0];
8 col.parentNode.removeChild(col);
12 <BODY onload=
"doIt()">
13 The
2 tables should look the same
14 <table bgcolor=orange border
>
19 <td>200</td><td>300</td><td>auto
</td>
23 <table bgcolor=orange border
>
27 <td>200</td><td>300</td><td>auto
</td>