Thursday, February 2, 2012

TABLE 2

简单表格1:
Html Code:
<div>
<table border="1" bordercolor="#288822" cellpadding="0" cellspacing="0" style="width: 100%;"><tbody>
<tr valign="top"><td><div>
11</div>
</td><td><div>
12</div>
</td></tr>
</tbody></table>
</div>
11
12
简单表格2:
Html Code:
<div>
<table border="1" bordercolor="#288822" cellpadding="3" cellspacing="0" style="width: 100%;"><tbody>
<tr valign="top"><td><div>
11</div>
</td></tr>
<tr valign="top"><td><div>
21</div>
</td></tr>
</tbody></table>
</div>
11
21