Latest web development tutorials

HTML tbody char attribute

HTML tbody tag Reference Manual HTML <tbody> tag

Examples

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

<table border="1" width="100%">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tbody align="char" char=".">
<tr>
<td>January</td>
<td>$100.00</td>
</tr>
<tr>
<td>February</td>
<td>$80.00</td>
</tr>
</tbody>
</table>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

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


Definition and Usage

HTML5 does not support the <tbody> char attributes.

char attribute specifies the <tbody> 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

<tbody char="character">

Property Value

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


HTML tbody tag Reference Manual HTML <tbody> tag