tryhtml_td_nowrap 在线代码实例
<table border="1">
<tbody><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>
</tbody></table>
<p>The nowrap attribute is deprecated in HTML 4, and is not supported in HTML5. Use CSS instead.</p>