Skip to content

Instantly share code, notes, and snippets.

@andrewrocco
Created March 15, 2012 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewrocco/2045761 to your computer and use it in GitHub Desktop.
Save andrewrocco/2045761 to your computer and use it in GitHub Desktop.
Example of multiple telephone number types for microformats
<div class="vcard">
...
<p class="adr">
...
<span class="tel"><span class="value">123-123-3333</span> (<span class="type">home</span>)</span><br>
<span class="tel"><span class="value">123-123-5555</span> (<span class="type">work</span>)</span><br>
<span class="tel"><span class="value">123-123-7777</span> (<span class="type">cell</span>)</span><br>
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment