The line break element (<BR>
) is used to force the browser to
insert a line feed at the point you desire, rather than leaving line spacing totally
up to the browser. This element is extremely useful for providing some control over
document layout, and may be used within all the block structure elements.
Here's how it is used to format the address from the previous example.
<ADDRESS> Bill Cassidy, <BR> St. Lawrence College, <BR> Kingston, Ontario <BR> <P> The Paragraph element may be used within the Address element to separate items, such as multiple addresses or additional contact information. </ADDRESS>