<address> Tag Examples
Examples of the <address> Tag in HTML 4.01 and XHTML 1.0
The following examples show how to use the <address> tag in XHTML 1.0 and HTML 4.01.
Standard Address
Jennifer Kyrninwebdesign@aboutguide.com
<address>
Jennifer Kyrnin<br>
<a href="/mpremail.htm">webdesign@aboutguide.com</a>
</address>
Standard Address with Title
Jennifer Kyrninwebdesign@aboutguide.com
<address title="Web Design Guide @ About.com">Jennifer Kyrnin
Jennifer Kyrnin<br>
<a href="/mpremail.htm">webdesign@aboutguide.com</a>
</address>

