HTML <th> ±êÇ©µÄ rowspan ÊôÐÔ
ʵÀý
±í¸ñµ¥Ôªºá¿çÁ½Ðеıí¸ñ£º
<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 ÊôÐԹ涨±íÍ·µ¥Ôª¸ñ¿Éºá¿çµÄÐÐÊý¡£
ä¯ÀÀÆ÷Ö§³Ö
ËùÒÔä¯ÀÀÆ÷¶¼Ö§³Ö rowspan ÊôÐÔ¡£
ûÓÐä¯ÀÀÆ÷Ö§³Ö rowspan="0"£¬Õâ¸öÖµÓÐÌØÊâµÄÒâÒå¡££¨²Î¼ûÊôÐÔÖµ±í¸ñÖеÄÃèÊö£©
Óï·¨
<th rowspan="value">
ÊôÐÔÖµ
Öµ | ÃèÊö |
---|---|
number |
ÉèÖñíÍ·µ¥Ôª¸ñ¿Éºá¿çµÄÐÐÊý¡£ ×¢ÊÍ£ºrowspan="0" ָʾä¯ÀÀÆ÷ºá¿çµ½±í¸ñ²¿·ÖµÄ×îºóÒ»ÐУ¨thead¡¢tbody »òÕß tfoot£©¡£ |