br

Forces a line break in the flow of text. See also softbr

Usage The br element should be used only where a line break is required to retain the sense of the text, for example in a letter address:

<address>
Carlsberg Laboratory<br/>
Department of Physiology<br/>
Copenhagen Valby<br/>
Denmark
</address>

... would display as:

Carlsberg Laboratory
Department of Physiology
Copenhagen Valby
Denmark

Line breaks must not be retained in regular text.


Attributes

No attributes

Content model

Empty content model

Sub-elements

Parent elements


Created: Tue Dec 23 14:02:01 2003