回首頁
原始碼
顯示效果
<table border="1" width="200">
<tr>
<td colspan="2" align="center"> price </td>
</tr>
<tr>
<td>apple</td>
<td align="right">$2</td>
</tr>
<tr>
<td>orange</td>
<td align="right">$3</td>
</tr>
</table>
price
apple
$2
orange
$3