Html-wbr-tag

提供:Dev Guides
移動先:案内検索

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