mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
29 lines
436 B
HTML
29 lines
436 B
HTML
<html>
|
|
<body>
|
|
TFOOT after TBODY, MS IE4.0 can take it.
|
|
<br>but HTML4.0 standard says "TFOOT must appear before TBODY."
|
|
<TABLE border>
|
|
<TBODY>
|
|
<tr>
|
|
<td>cell 1-1
|
|
<td>cell 1-2
|
|
<td>cell 1-3
|
|
<td>cell 1-4
|
|
</TBODY>
|
|
<TFOOT>
|
|
<tr>
|
|
<th>cell F-1
|
|
<th>cell F-2
|
|
<th>cell F-3
|
|
<th>cell F-4
|
|
</TFOOT>
|
|
<tr>
|
|
<td>cell 2-1
|
|
<td>cell 2-2
|
|
<td>cell 2-3
|
|
<td>cell 2-4
|
|
</table>
|
|
|
|
last text
|
|
</body>
|
|
</html> |