Line Breaks



The line break element indicates that a new line is to start at the given point. Note that this is formally different from a paragraph element and should not be used in it place. An example (and its rendering) is:
Dr. Vacation<BR>
Livin' Life With Low Blood Pressure<BR>
Queensland, <BR>
Australia<BR> 
<I>"I like to tease my plants...<BR>
	I water them with ice cubes."</I><BR>

which is rendered as:

Dr. Vacation
Livin' Life With Low Blood Pressure
Queensland, 
Australia 
"I like to tease my plants...
I water them with ice cubes."