Latest web development tutorials

Attribut HTML thead char

Manuel tag de référence de HTML HTML <thead> tag

Exemples

Le <thead> dans le contenu et le caractère "M" Alignement:

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

Essayez »

support du navigateur

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Presque tous les principaux navigateurs ne supportent pas les attributs omble.


Définition et utilisation

HTML5 ne supporte pas les attributs <thead> char.

attribut omble spécifie le <thead> contenu de l'élément d'alignement relatif d'un caractère.

Seulement si l'attribut align réglé sur "char" quand utiliser la propriété omble.

La valeur par défaut est le caractère char du point décimal attribuent la langue de la page actuelle.


grammaire

<thead char="character">

Valeur de la propriété

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


Manuel tag de référence de HTML HTML <thead> tag