Exemple
Une cellule d'en-tête avec un attribut nowrap:
<table>
<tr>
<th>Month</th>
<th nowrap>My Savings for a new car</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
<tr>
<td>February</td>
<td>$80</td>
</tr>
</table>
Essayez - le vous - même » Définition et utilisation
Le nowrap attribut est un attribut booléen.
Lorsqu'il est présent, il spécifie que le contenu dans une cellule d'en-tête ne doit pas envelopper.
support du navigateur
Attribut | |||||
---|---|---|---|---|---|
nowrap | Oui | Oui | Oui | Oui | Oui |
notes de compatibilité
Le nowrap attribut de <th> est pas pris en charge HTML5. Utilisez CSS à la place.
Syntaxe CSS: <th style="white-space: nowrap">
CSS Exemple: Aucun mot-emballage en - tête cellulaire
Dans notre tutoriel CSS vous pouvez trouver plus de détails sur la white-space property .
Différences entre HTML et XHTML
En XHTML, attribut minimisation est interdit, et l' nowrap attribut doit être défini comme <th nowrap="nowrap"> .
Syntaxe
<th nowrap>