Latest web development tutorials

HTML attribut td nowrap

HTML manuel td tag de référence HTML balise <td>

Exemples

cellule de tableau avec un attribut nowrap:

<table border="1">
<tr>
<th>Poem</th>
<th>Poem</th>
</tr>
<tr>
<td nowrap>Never increase, beyond what is necessary, the number of entities required to explain anything</td>
<td>Never increase, beyond what is necessary, the number of entities required to explain anything</td>
</tr>
</table>

Essayez »

support du navigateur

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Tous les principaux navigateurs prennent en charge l'attribut nowrap.


Définition et utilisation

HTML5 ne supporte pas la balise <td> nowrap attribut. Utilisez CSS à la place.

Dans HTML 4.01, <td> L'attribut nowrap est obsolète .

nowrap attribut est un attribut booléen.

attribut nowrap spécifie le contenu d'une cellule de tableau ne pas envelopper.


notes de compatibilité

Dans HTML 4.01, <td> L'attribut nowrap est obsolète. Utilisez CSS à la place.

Syntaxe CSS: <td style = "white-space: nowrap">

CSS Exemple: cellule de tableau ne revient pas

Dans notre tutoriel CSS vous pouvez trouver plus d' informations sur les espaces blancs attributs détails.


Différences entre HTML et XHTML

En XHTML, interdire l'attribut minimisation, attribut nowrap doit être défini comme <td nowrap = "nowrap">.


grammaire

<td nowrap>


HTML manuel td tag de référence HTML balise <td>