このウェブサイトはご利用の端末での閲覧に対応していません。
This website does not support your device.

td”要素~“nowrap”属性注意

記事July 22nd,2020
セル内のテキストを改行させない属性
この記事はHTML Living Standardに対応しています。
この記事はHTML Living Standardに対応しています。
この属性は現行の仕様では廃止されています。
この属性は現行の仕様では廃止されています。

nowrap”属性について

nowrap”属性はセル内のテキストを改行させない属性です。

代替方法

HTML5でこの属性は廃止されているので使用するべきではありません。

スタイルシートのwhite-space”プロパティで指定します。

指定できる値

属性値 説明
nowrap セル内のテキストを改行させない

サンプルコード

<table>
<tr>
<th align="center">順位</th>
<th align="center">名前</th>
<th align="center">高さ</th>
</tr>
<tr>
<td>1</td>
<td nowrap="nowrap">ブルジュ・ハリファ</td>
<td nowrap="nowrap">829.8m</td>
</tr>
<tr>
<td>2</td>
<td nowrap="nowrap">東京スカイツリー</td>
<td nowrap="nowrap">634.0m</td>
</tr>
<tr>
<td>3</td>
<td nowrap="nowrap">上海中心</td>
<td nowrap="nowrap">632.0m</td>
</tr>
<tr>
<td>4</td>
<td nowrap="nowrap">KVLY-TV塔</td>
<td nowrap="nowrap">628.8m</td>
</tr>
</table>
一番上へ
トップにもどる
シェアする
シェアする
Facebookでシェアする
ツイート
Google+でシェア
Pocket
はてなブックマーク