Html-wbr-tag

提供:Dev Guides
2020年6月23日 (火) 01:57時点におけるMaintenance script (トーク | 投稿記録)による版 (Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

HTML-<wbr>タグ

説明

HTML <wbr>タグは、必要に応じて潜在的な改行ポイントを定義します。 これは、Word Break Opportunityの略です。

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

これは、次の結果を生成します-

グローバル属性

このタグは、− link:/html/html_attributes_reference [HTML属性リファレンス]で説明されているすべてのグローバル属性をサポートします

イベント属性

このタグは、− link:/html/html_events_reference [HTMLイベントリファレンス]で説明されているすべてのイベント属性をサポートします。

ブラウザのサポート

Chrome Firefox IE Opera Safari Android
Yes Yes Yes Yes Yes Yes