mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
28 lines
551 B
HTML
28 lines
551 B
HTML
|
<style>
|
||
|
div { background: green; border: solid blue; width: 100px; height: 100px; }
|
||
|
</style>
|
||
|
<table border=1 width=50%>
|
||
|
<tr>
|
||
|
<td align=left><div></div>left
|
||
|
</table>
|
||
|
<table border=1 width=50%>
|
||
|
<tr>
|
||
|
<td align=justify><div></div>justify
|
||
|
</table>
|
||
|
<table border=1 width=50%>
|
||
|
<tr>
|
||
|
<td align=right><div></div>right
|
||
|
</table>
|
||
|
<table border=1 width=50%>
|
||
|
<tr>
|
||
|
<td align=center><div></div>center
|
||
|
</table>
|
||
|
<table border=1 width=50%>
|
||
|
<tr>
|
||
|
<td align=middle><div></div>middle
|
||
|
</table>
|
||
|
<table border=1 width=50%>
|
||
|
<tr>
|
||
|
<td align=absmiddle><div></div>absmiddle
|
||
|
</table>
|