User:AndyMabbett/scratchpad
< User:AndyMabbett
Jump to navigation
Jump to search
Revision as of 08:43, 29 March 2007 by AndyMabbett (talk | contribs)
Andy Mabbett's test area
- Anything on this page is unfinished work in progress.
Live example
Here is the WikiMedi Foundation's address, as a liveadr microformat, which will be detected, on this page, by microformat parsing tools::
200 2nd Ave. South #358
St. Petersburg, FL 33701-4313
USA
The mark-up (wrapped, and emboldening omitted, for clarity) used is:
<div class="adr">
<div class="street-address">200 2nd Ave. South #358</div>
<div>
<span class="locality">St. Petersburg</span>,
<abbr class="region" title "Florida">FL</abbr> <span class="postal-code">33701-4313</span>
</div>
<div class="country-name">USA</div>
</div>