HTML <col> span Attribute

Definition and Usage

span Attribute defines the number of columns that the <col> element should span.

Example

ບ່ອນນີ້, ສອງວົງກວ້າງທໍາອິດຄວາມສະຫຼາກຂອງສີດາວນີ້ຄວນຈະເປັນສີສີນົດ:

<table>
  <colgroup>
    <col span="2" style="background-color:#B0C4DE">
    <col style="background-color:#FAFAD2">
  </colgroup>
  <tr>
    <th>ປີບີມ</th>
    <th>ຫົວຂໍ້</th>
    <th>ລາຄາ</th>
  </tr>
  <tr>
    <td>3476896</td>
    <td>HTML 入门</td>
    <td>$53</td>
  </tr>
</table>

Try it yourself

Syntax

<col span="number">

ຄວາມຕັ້ງຂອງບັນດາປະກັນ

value ການອະທິບາຍ
number ການຕັ້ງຂອບ <col> ສະຖານທີ່ການຂ້າມກັບວົງກວ້າງການປະກັນ.

ການສະໜັບສະໜູນບັນຊີບັນນາທິການ

Chrome Edge Firefox Safari Opera
Chrome Edge Firefox Safari Opera
ການສະໜັບສະໜູນ ການສະໜັບສະໜູນ ການສະໜັບສະໜູນ ການສະໜັບສະໜູນ ການສະໜັບສະໜູນ