Latest web development tutorials

atributo td nowrap HTML

HTML manual td tag Referência tag HTML <td>

Exemplos

célula da tabela com um atributo 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>

tente »

Suporte a navegadores

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Todos os principais navegadores suportam o atributo nowrap.


Definição e Uso

O HTML5 não suporta o <td> nowrap atributo. Use CSS em vez disso.

Em HTML 4.01, <td> O atributo nowrap está obsoleta .

nowrap atributo é um atributo booleano.

atributo nowrap especifica o conteúdo de uma célula da tabela não quebra.


Notas de compatibilidade

Em HTML 4.01, <td> O atributo nowrap está obsoleta. Use CSS em vez disso.

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

CSS Exemplo: célula da tabela não é moldado

Em nosso tutorial CSS você pode encontrar mais informações sobre os de espaço em branco atributo detalhes.


As diferenças entre HTML e XHTML

Em XHTML, proibir atributo minimização, atributo nowrap deve ser definido como <td nowrap = "nowrap">.


gramática

<td nowrap>


HTML manual td tag Referência tag HTML <td>