Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

wbr要素

wbr要素は、折り返し表示可能なテキストを表します。

使用例

<!DOCTYPE html>
<html lang="ja">
<head>
<title>Hello! HTML5></title>
<meta charset="UTF-8">
</head>
<body>  
    <p>1_1234567890_2_1234567890_3_1234567890_4_1234567890_<wbr>5_1234567890</wbr>_6_1234567890_7_1234567890</p>
</body>

レンダリング

wbr要素なし

wbr要素あり