◇◆
colspan Column Span (NISO JATS/BITS table model)
Table attribute used to request horizontal spanning of more than one column. (This
attribute is based on and intended to be converted easily to the XHMTL
colspan attribute.)
Usage/Remarks
Tagged Sample
Column spans for table header cells
<table-wrap>
<caption><p>...</p></caption>
<table frame="box" rules="all" cellpadding="5">
<tr>
<th/>
<th colspan="3" align="center" rowspan="1">Institutional care</th>
<th align="left"/>
<th colspan="2" align="center" rowspan="1"> Bed use (days)</th>
</tr>
</table>
</table-wrap>