1 <!doctype html public
"-//W3C//DTD HTML 4.0 Transitional//EN">
4 <title>Test Document
</title>
5 <script language=
"JavaScript">
8 var table
= document
.getElementById('test_table');
10 table
.style
.width
= 400;
16 <body onload=
"changeWidth()">
18 <table id=
"test_table" width=
"200" style=
"border: 1px solid blue;">