Esempio
Una cella di una tabella con una nowrap attributo:
<table>
<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>
Prova tu stesso " Definizione e utilizzo
Il nowrap attributo è un attributo booleano.
Quando è presente, specifica che il contenuto all'interno di una cella non deve andare a capo.
Supporto per il browser
Attributo | |||||
---|---|---|---|---|---|
nowrap | sì | sì | sì | sì | sì |
Note di compatibilità
Il nowrap attributo <td> non è supportato in HTML5. Utilizzare invece CSS.
Sintassi CSS: <td style="white-space: nowrap">
CSS Esempio: Nessuna parola-wrapping in cella di una tabella
Nel nostro tutorial CSS è possibile trovare ulteriori dettagli sulla white-space property .
Differenze tra HTML e XHTML
In XHTML, la minimizzazione degli attributi è vietato, e il nowrap attributo deve essere definito come <td nowrap="nowrap"> .
Sintassi
<td nowrap>