如何在HTML 中的某一章節中指示潛在的分詞點?


HTML <wbr> 標籤定義了一個潛在的行分隔符(如果需要)。它表示單詞分隔機會。

示例

你可以嘗試執行以下程式碼來學習如何在 HTML 中實現 <wbr> 標籤 −

<!DOCTYPE html>
<html>
   <head>
      <title>HTML wbr Tag</title>
   </head>
   <body>
      <wbr />The browser to extend the document window beyond the size
      of the viewing pane and the poor user must scroll right<wbr />
   </body>
</html>

更新日期: 2020 年 3 月 2 日

103 次瀏覽

開啟你的職業生涯

完成課程後獲得認證

開始
廣告
© . All rights reserved.