blob: 3e34cf5c445cc1ade9e6871c0c6cf75d5713b17b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>NIST DOM HTML Test - BR</title>
<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>
<body onload="loadComplete()">
<table summary="Table 1">
<caption align="top">CAPTION 1</caption>
<tr>
<th>Employee Id</th>
<th>Employee Name</th>
<th>Position</th>
<th>Salary</th>
</tr>
</table>
</body>
</html>