中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos

HTML thead charoff 屬性

HTML thead 標(biāo)簽參考手冊(cè) HTML <thead> 標(biāo)簽

實(shí)例

把 <thead> 元素中的內(nèi)容與字符 "M" 向右兩個(gè)字符的位置對(duì)齊:

<table border="1" width="100%">
? <thead align="char" char="M" charoff="2">
? ? <tr>
??? ? <th>Month</th>
????? <th>Savings</th>
? ? </tr>
? </thead>
??? <tr>
????? <td>January</td>
? ??? <td>$100</td>
??? </tr>
??? <tr>
????? <td>February</td>
????? <td>$80</td>
? ? </tr>
</table>

運(yùn)行代碼 ?

瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

幾乎所有的主流瀏覽器都不支持 charoff 屬性。


定義和用法

HTML5 不支持 <thead> charoff 屬性。

charoff 屬性規(guī)定 <thead> 元素中的內(nèi)容相對(duì)于由 char 屬性規(guī)定的字符的對(duì)齊偏移量。

僅當(dāng) align 屬性設(shè)置為 "char" 且已設(shè)置 char 屬性時(shí),才能使用 charoff 屬性。


語(yǔ)法

<thead charoff="number">

屬性值

描述
number 規(guī)定對(duì)齊方式。
正數(shù)規(guī)定向字符的右邊對(duì)齊。
負(fù)數(shù)規(guī)定向字符的左邊對(duì)齊。

HTML thead 標(biāo)簽參考手冊(cè) HTML <thead> 標(biāo)簽其他擴(kuò)展