1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<style>
td {
text-align: center;
}
</style>
<table style="margin: 10px; padding: 10px;">
<tr>
<td style="text-align: right; border-right:1px red solid">→</td>
<td colspan="4"
style="text-align: left; border-left:1px red solid">← <em><font
color="red">M</font></em></td>
</tr>
<tr>
<td style="border:1px solid"><code>Q u i</code></td>
<td style="border:1px solid"><code>c k</code></td>
<td width="10px"></td>
<td style="border:1px solid"><code>b r o w n</code></td>
</tr>
<tr>
<td colspan="2" style="text-align: right; border-right:1px green solid">
→
</td>
<td></td>
<td colspan="2"
style="text-align: left; border-left:1px green solid">←
<em><font color="green">W</font></em></td>
</tr>
</table>
|