mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
14 lines
199 B
XML
14 lines
199 B
XML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<body bgcolor="#FFFFFF">
|
|
|
|
<table border="1" bgcolor="green">
|
|
<tr>
|
|
<td>Some text</td>
|
|
<td>Some text</td>
|
|
<td>Some text</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|