Created
November 13, 2012 16:02
-
-
Save olivierobert/4066606 to your computer and use it in GitHub Desktop.
HTML5 - vCard
This file contains hidden or 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"> | |
| <a class="fn org url" href="http://www.commerce.net/">CommerceNet</a> | |
| <div class="adr"> | |
| <span class="type">Work</span>: | |
| <div class="street-address">169 University Avenue</div> | |
| <span class="locality">Palo Alto</span>, | |
| <abbr class="region" title="California">CA</abbr> | |
| <span class="postal-code">94301</span> | |
| <div class="country-name">USA</div> | |
| </div> | |
| <div class="tel"> | |
| <span class="type">Work</span> +1-650-289-4040 | |
| </div> | |
| <div class="tel"> | |
| <span class="type">Fax</span> +1-650-289-4041 | |
| </div> | |
| <div>Email: | |
| <span class="email">[email protected]</span> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment