<break>

Line Break (改行)

テキスト内の明示的な改行。

備考

この要素は、<title> や表のセル (<td><th>s) の中など非常にわずかな場合のみに使用が制限されています。
執筆/推奨用法: この要素の使用は推奨されません。このタグセットの目的は、文書の「見かけ」を格納することではありません。

属性

コンテンツ・モデル

<!ELEMENT  break        EMPTY                                        >

記述方法

これは空要素です。

この要素は以下の要素内に含むことができます:

用例

...
<sec>
<title>Buy or Lease?<break/>
Two Models for Scholarly Information<break/>
at the End (or the Beginning) of an Era</title>
<verse-group>
<verse-line>Some say the world will end in fire,</verse-line>
<verse-line>Some say in ice.</verse-line>
<verse-line>From what I&rsquo;ve tasted of desire</verse-line>
<verse-line>I hold with those who favor fire.</verse-line>
<verse-line>But if it had to perish twice,</verse-line>
<verse-line>I think I know enough of hate</verse-line>
<verse-line>To say that for destruction ice</verse-line>
<verse-line>Is also great</verse-line>
<verse-line>And would suffice.</verse-line>
<attrib>&mdash;Robert Frost &ldquo;Fire and Ice&rdquo;</attrib>
</verse-group>
<p>Within living memory, our use of print (static) information has been
governed by copyright law and the practices that have evolved around it.
Enter electronic information ...</p>
</sec>
...