blob: 0d3e2761c9842d0cd8ef7c6346265b3caa2b3729 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<body>
<table id="theTable" border="1">
<thead id="thead">
<tr><th>Header</th></tr>
</thead>
<tbody><tr><td id="body">BODY</td></tr></tbody>
</table>
</body>
</html>
|