1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE html 3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 4 "xhtml1-transitional.dtd"> 5 <html xmlns='http://www.w3.org/1999/xhtml'> 6 <head> 7 <title>NIST DOM HTML Test - BR</title> 8 <script type='text/javascript' src='selfxhtml.js'></script><script charset='UTF-8' type='text/javascript' src='HTMLTableCaptionElement01.js'></script><script type='text/javascript'>function loadComplete() { startTest(); }</script></head> 9 <body onload="loadComplete()"> 10 <table summary="Table 1"> 11 <caption align="top">CAPTION 1</caption> 12 <tr> 13 <th>Employee Id</th> 14 <th>Employee Name</th> 15 <th>Position</th> 16 <th>Salary</th> 17 </tr> 18 </table> 19 </body> 20 </html> 21 22