App下載
首頁htmltdHTML Element Style - 如何打破表格單元格中的長字

HTML Element Style - 如何打破表格單元格中的長字

我們想知道如何打破表格單元格中的長字。


<table border="1" width="100%" style="table-layout: fixed">
  <tr>
    <td style="word-wrap: break-word">Hellohellohellohellohellohellohellohellohellohellohello
    
    <td>text</td>
  </tr>
</table>