DAISY—Structure Guidelines: Elements, Block Elements, Information Object Address
Information Object
Address
Definition
The location at which a person or agency may be contacted which often appears at the beginning or end of a document. The address element may be used by authors to supply contact information for a document or a major part of a document such as a form.
Markup
The <address> tag is used for addresses, with the <line> tag being used to mark each line of the address.
Syntax
<address>
<line>...</line>
</address>
Example
<address>
<line>Joe Smith</line>
<line>500 Eddy Ave. #1</line>
<line>Missoula, MT 59801</line>
<line>USA</line>
</address>