JSTL之标签的nowrap属性
时间:2010-08-19 来源:沉默暴风
nowrap 属性规定表格单元格中的内容不换行。
实例
<table border="1">
<tr>
<th>Poem</th>
<th>Poem</th>
</tr>
<tr>
<td nowrap="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>
相关阅读 更多 +