mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
0f6d4310ad
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this by grafting.
23 lines
435 B
HTML
23 lines
435 B
HTML
<html>
|
|
<body bgcolor=red>
|
|
<center>
|
|
<table bgcolor=blue border=1 bordercolor=green>
|
|
<tr><td>TEST1</td><td>TEST2</td></tr>
|
|
<tr><td>TEST3</td><td>TEST4</td></tr>
|
|
</table>
|
|
</center>
|
|
<table border="1" width="100%"><tr><td>
|
|
<table cellpadding="8">
|
|
<tr>
|
|
<td bgcolor="green" width="50%"></td>
|
|
<td align="center" bgcolor="yellow" width="50%">
|
|
<p>a</p>
|
|
<p>b</p>
|
|
<p>c</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td></tr></table>
|
|
</body>
|
|
</html>
|