wbr

<wbr> 要素は、テキストの改行可能な位置を示します。英語での長い単語やプログラムコードの特に長い行などを読みやすく表示するために、ブラウザに対して改行しても良い位置を指定します。

カテゴリー
フロー・コンテンツ、フレージング・コンテンツ
配置場所
フレージング・コンテンツが置ける場所。
内容
なし(空要素)
属性
グローバル属性

accesskey, autocapitalize, autofocus, class, contenteditable, data-*, dir, draggable, enterkeyhint, hidden, id, inputmode, is, itemid, itemprop, itemref, itemscope, itemtype, lang, nonce, spellcheck, style, tabindex, title, translate

サンプル

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>HTML5 › wbr</title>
</head>
<body>
<h1>HTML5 › wbr</h1>
<p>So then he pointed at the tiger and screamed
"there<wbr>is<wbr>no<wbr>way<wbr>you<wbr>are<wbr>ever<wbr>going<wbr>to<wbr>catch<wbr>me"!</p>
</body>
</html>