HTML tfoot char 屬性

2018-08-04 20:28 更新

HTML <tfoot> char 屬性

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

實(shí)例

把 <tfoot> 元素中的內(nèi)容與字符 "." 對(duì)齊:

<table border="1" width="100%">
? ? <tr>
??? ? <th>Month</th>
????? <th>Savings</th>
? ? </tr>
??? <tr>
????? <td>January</td>
? ??? <td>$100</td>
??? </tr>
??? <tr>
????? <td>February</td>
????? <td>$80</td>
? ? </tr>
? <tfoot align="char" char=".">
??? <tr>
????? <td>Sum</td>
????? <td>$180.00</td>
??? </tr>
? </tfoot>?
</table>

嘗試一下 ?

瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

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


定義和用法

HTML5 不支持 <tfoot> char 屬性。

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

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

char 屬性的默認(rèn)值是當(dāng)前頁(yè)面語(yǔ)言的小數(shù)點(diǎn)字符。


語(yǔ)法

<tfoot char="character">

屬性值

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


HTML tfoot 標(biāo)簽參考手冊(cè) HTML <tfoot> 標(biāo)簽
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)