HTML <col> span attribute
definition and usage
span
attribute นิยาย <col> ควรข้ามจำนวนคอลัมน์
ตัวอย่าง
ที่นี้ สองคอลัมน์แรกควรมีสีพื้นหลังเป็นสีแดง:
<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>
syntax
<col span="number">
attribute value
value | รายละเอียด |
---|---|
number | ตั้งค่า จำนวน <col> ของคอลัมน์ที่ต้องการให้ <col> ข้าม |
การสนับสนุนโปรแกรมนีเว็บ
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
สนับสนุน | สนับสนุน | สนับสนุน | สนับสนุน | สนับสนุน |