mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
19 lines
208 B
HTML
19 lines
208 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head></head>
|
|
|
|
<body>
|
|
|
|
<table id="table">
|
|
BeginningOfTable
|
|
<tbody>
|
|
<tr>
|
|
<td>Cell</td>
|
|
</tr>
|
|
</tbody>
|
|
<span></span>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|