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>

相关文章:

  • 2021-08-22
  • 2021-12-19
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2021-07-07
猜你喜欢
  • 2021-09-02
  • 2021-09-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案