码迷,mamicode.com
首页 > Web开发 > 详细

HTML <td> 标签的 nowrap 属性

时间:2015-11-03 11:57:55      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:

<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>

定义和用法

nowrap 属性规定表格单元格中的内容不换行。

HTML <td> 标签的 nowrap 属性

标签:

原文地址:http://www.cnblogs.com/romanjoy/p/4932466.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!