Przykład
Komórka tabeli z nowrap atrybutu:
<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>
Spróbuj sam " Definicja i Wykorzystanie
nowrap atrybut jest atrybutem logiczna.
Gdy występuje, to wskazuje, że zawartość wewnątrz komórki nie powinny zawinąć.
Pomoc Browser
Atrybut | |||||
---|---|---|---|---|---|
nowrap | tak | tak | tak | tak | tak |
Zgodność Uwagi
nowrap atrybutem <td> nie jest obsługiwana w HTML5. Za pomocą CSS zamiast.
CSS Składnia: <td style="white-space: nowrap">
CSS Przykład: No word-wrapping w komórce tabeli
W naszym poradniku CSS można znaleźć więcej szczegółów na temat white-space property .
Różnice między HTML i XHTML
W XHTML, minimalizacja atrybut jest zabronione, a nowrap atrybut musi być zdefiniowana jako <td nowrap="nowrap"> .
Składnia
<td nowrap>