HTML <td> 标签的 nowrap 属性
nowrap 属性规定表格单元格中的内容不换行。实例
带有 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>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2021-12-25
  • 2021-06-26
  • 2021-09-08
  • 2022-12-23
  • 2021-12-25
猜你喜欢
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2021-10-14
  • 2022-12-23
相关资源
相似解决方案