例
將前兩列紅色的背景色:
document.getElementById("myCol").span = "2";
document.getElementById("myCol").style.backgroundColor = "red";
試一試» 定義和用法
跨度屬性設置或返回的值span的列的屬性。
的span屬性定義的列數<col>元素應跨越。
瀏覽器支持
屬性 | |||||
---|---|---|---|---|---|
span | 是 | 是 | 是 | 是 | 是 |
句法
返回跨度屬性:
columnObject .span
設置formMethod屬性:
columnObject .span= number
屬性值
值 | 描述 |
---|---|
number | 指定的列數<col>元素應跨越。 負值是不允許 |
技術細節
返回值: | 一個數字,代表列數 |
---|
更多示例
相關頁面
HTML參考: HTML <col>跨度屬性
<列對象