2 <SCRIPT src=tableDom.js
>
7 var table = document.getElementsByTagName(
"TABLE")[
0];
8 var col = document.createElement(
"COL", null);
10 table.appendChild(col);
14 <BODY onload=
"doIt()">
15 The
2 tables should look the same
16 <table bgcolor=orange border
>
19 <td>c11
</td><td>c12
</td>
23 <table bgcolor=orange border
>
27 <td>c11
</td><td>c12
</td>