色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

HTML thead char 屬性


HTML <thead>char屬性

HTML thead 標簽參考手冊HTML <thead> 標簽

實例

把 <thead> 元素中的內(nèi)容與字符 "M" 對齊:

<table border="1" width="100%">
? <thead align="char" char="M">
? ? <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>


瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

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


定義和用法

HTML5 不支持 <thead> char 屬性。

char 屬性規(guī)定 <thead> 元素中的內(nèi)容相對某個字符的對齊方式。

僅當 align 屬性設(shè)置為 "char" 時,才能使用 char 屬性。

char 屬性的默認值是當前頁面語言的小數(shù)點字符。


語法

<thead char="character">

屬性值

描述
character規(guī)定將內(nèi)容與之對齊的字符。


HTML thead 標簽參考手冊HTML <thead> 標簽