From http://reference.sitepoint.com/html/address:
The address element isn’t used for the purpose that you may
expect—that being to mark up a physical location alone. Instead, it’s
used to indicate the contact point for the document in which it
appears. This element would usually appear in a header or footer on
the page.
- Antonio is from
- <address>Naples, Italy</address>
- a strange, still beautiful, city.
+ <address>
+ Antonio is from<br/>
+ <a title="Naples, Italy"
+ href="http://maps.google.com/maps?f=q&source=s_q&hl=it&geocode=&q=naples,+IT&sll=26.160677,-81.795616&sspn=0.137744,0.265045&ie=UTF8&ll=40.869911,14.252701&spn=0.232099,0.53009&z=11&iwloc=A">Naples, Italy</a>,
+ a strange, still beautiful, city.<br/>
+ His website is at <a title="ao2: attacchi teoristici" href="http://ao2.it">ao2.it</a>
+ </address>
</dd>
<dt>blockquote</dt>
</dd>
<dt>blockquote</dt>