表格單元橫跨兩行的表格:
<table border="1">
<tr>
<th>Company</th>
<th>Address</th>
<th rowspan="3"
>All the companies in USA</th>
</tr>
<tr>
<td>Apple, Inc.</td>
<td>1 Infinite Loop Cupertino, CA 95014</td>
</tr>
<tr>
<td>Google, Inc.</td>
<td>1600 Amphitheatre Parkway Mountain View, CA 94043</td>
</tr>
</table>
rowspan 屬性規(guī)定表頭單元格可橫跨的行數(shù)。
所以瀏覽器都支持 rowspan 屬性。
沒(méi)有瀏覽器支持 rowspan="0",這個(gè)值有特殊的意義。(參見(jiàn)屬性值表格中的描述)
<th rowspan="value">
值 | 描述 |
---|---|
number |
設(shè)置表頭單元格可橫跨的行數(shù)。 注釋:rowspan="0" 指示瀏覽器橫跨到表格部分的最后一行(thead、tbody 或者 tfoot)。 |
如對(duì)本文有疑問(wèn),請(qǐng)?zhí)峤坏浇涣髡搲?,廣大熱心網(wǎng)友會(huì)為你解答!! 點(diǎn)擊進(jìn)入論壇
Powered by 365建站網(wǎng) RSS地圖 HTML地圖
copyright © 2013-2024 版權(quán)所有 鄂ICP備17013400號(hào)