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

HTML thead align 屬性

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

實例

向左對齊 <thead> 元素中的內(nèi)容:

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

所有主流瀏覽器都支持 align 屬性。

注意:IE 無法正確地處理 "justify" 值,IE 會以居中的方式進行處理。

注意:幾乎沒有瀏覽器能夠正確地處理 "char" 值。


定義和用法

HTML5 不支持 <thead> align 屬性。請使用 CSS 代替。

align 屬性規(guī)定 <thead> 元素中的內(nèi)容的水平對齊方式。


語法

<thead align="left|right|center|justify|char">

屬性值

描述
left 左對齊內(nèi)容。
right 右對齊內(nèi)容。
center 居中對齊內(nèi)容(表頭元素的默認(rèn)值)。
justify 對行進行伸展,這樣每行都可以有相等的寬度(就像在報紙和雜志中)。
char 將內(nèi)容對準(zhǔn)指定字符。

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