1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta name=
"description" content=
"This tests html output" />
5 <title>html innerHTML test
</title>
7 td {border-style:solid; border-width:
1px;}
11 <span><b>This markup:
</b>
13 <table style=
"border-style:solid; border-width:2px; border-color:red;">
35 <div><b>Should produce a table here:
</b><span id=
"logID"></span></div>
38 var xmpObj
= document
.getElementById('xmpID');
39 var logObj
= document
.getElementById('logID');
40 logObj
.innerHTML
= xmpObj
.innerHTML
;