Created
March 15, 2012 18:13
-
-
Save andrewrocco/2045761 to your computer and use it in GitHub Desktop.
Example of multiple telephone number types for microformats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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