tryhtml_td_nowrap_css 在线代码实例
<table border="1">
<tbody><tr>
<th>Poem</th>
<th>Poem</th>
</tr>
<tr>
<td style="white-space: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>