User:GrahamTodd: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
<pre>
<div class="vcard">
<div class="vcard">
   <span class="n">
   <span class="n">
Line 26: Line 28:
   </span>
   </span>
</div>
</div>
</pre>

Revision as of 05:54, 8 March 2006

<div class="vcard">
  <span class="n">
     <a class="url" href="http://www.bellanet.org">
       <span class="given-name">Graham</span> 
       <span class="family-name">Todd</span> 
     </a>
  </span>
  <span class="nickname">gtodd</span>
  <a class="email" href="mailto:gtodd@bellanet.org">
     <span class="type">pref</span>erred <span>email</span>
  </a>
  <span class="org">Bellanet</span>
  <span class="adr">
     <abbr class="type" title="dom">Canada</abbr>
     <span class="type">work</span> address
     <abbr class="type" title="postal">mail</abbr> and
     <abbr class="type" title="parcel">shipments</abbr>:
     <span class="street-address">250 Albert</span>
     <span class="locality">Ottawa</span>
     <span class="postal-code">K1H 6H9</span>
     <span class="country-name">Canada</span>
  </span>
  <span class="geo">
     <abbr class="latitude" title="48.816667">N 48° 120.6667</abbr>
     <abbr class="longitude" title="2.366667">E 2° 44.6667</abbr>
  </span>
</div>