Latest web development tutorials

HTML tfoot char attribute

Tag Reference HTML tfoot HTML <tfoot> tag

Examples

. "" The <tfoot> element in the content and character alignment:

<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>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Almost all of the major browsers do not support char attributes.


Definition and Usage

HTML5 does not support <tfoot> char attributes.

char attribute specifies <tfoot> element content relative alignment of a character.

Only if the align attribute set to "char" when to use char property.

The default value is the decimal point character char attribute the current page language.


grammar

<tfoot char="character">

Property Value

描述
character 规定将内容与之对齐的字符。


Tag Reference HTML tfoot HTML <tfoot> tag