HTML <col> ±êÇ©µÄ span ÊôÐÔ

ʵÀý

ÔÚÏÂÃæµÄÀý×ÓÖУ¬ËùÓÐÕâÈýÁж¼ÊǾÓÖÐ¶ÔÆë£¬ÒòΪ col ÔªËØºá¿çÈýÁУº

<table width="100%" border="1">
  <col span="3" align="center" />
  <tr>
    <th>ISBN</th>
    <th>Title</th>
    <th>Price</th>
  </tr>
  <tr>
    <td>3476896</td>
    <td>My first HTML</td>
    <td>$53</td>
  </tr>
</table>

Ç××ÔÊÔÒ»ÊÔ

¶¨ÒåºÍÓ÷¨

span ÊôÐԹ涨 col ÔªËØÓ¦¸Ãºá¿çµÄÁÐÊý¡£

Ïêϸ½âÊÍ

<col> ±êÇ©£¬Èçͬ <colgroup> ±êÇ©ÖÐµÄ span ÊôÐÔÒ»Ñù£¬ÔÊÐíÉèÖÃÉèÖà <col> ±êÇ©Äܹ»Ó°Ïì¶àÉÙÁС£

ÔÚĬÈÏÇé¿öÏ£¬ËüÖ»ÄÜÓ°ÏìÒ»ÁС£¾Ù¸öÀý×Ó£¬´´½¨Ò»¸öÓÐ 5 ÁÐµÄ <colgroup>¡£ÎÒÃǷֱ𽫵ÚÒ»ÁкÍ×îºóÒ»Áп¿×óºÍ¿¿ÓÒ¶ÔÆë£¬ÖмäµÄÈýÁоÓÖС£

<colgroup>
  <col align="left" />
  <col align="center" span="3" />
  <col align="right" />
</colgroup>

ä¯ÀÀÆ÷Ö§³Ö

ËùÓÐä¯ÀÀÆ÷¶¼Ö§³Ö span ÊôÐÔ¡£

Óï·¨

<col span="value">

ÊôÐÔÖµ

Öµ ÃèÊö
number ÉèÖà col ÔªËØÓ¦¸Ãºá¿çµÄÁÐÊý¡£
VUE