address

Renders the enclosed text in a seperate text node.

Usage:

<address style="font: 12pt Verdana,Arial,sans-serif;">
... blahblahblah ...
</address>


Tag Attribute Used To...
style Define an inline style to apply to the contents of the address tag.

Best Practice Example:
<address style="font: bold 11pt Verdana,Arial,sans-serif;">
<font face="Verdana,Arial,sans-serif" size="2" style="font: bold 11pt Verdana,Arial,sans-serif;">
Steve Cartoon<br />
12 Trashview Court<br />
Hollywood, CA 90028<br />
</font>
</address>


Steve Cartoon
12 Trashview Court
Hollywood, CA 90028

NOTES:
This tag works in all mail clients. Though not used very often, this tag remains in active (X)HTML spec.
I suspect this tag really only exists for XML-based applications needing to quickly parse returned client address data, which in some cases is encoded as a continuous string.

This reference was created for Innovyx by Steve Cartoon Q3 2007. All rights reversed.