Created
June 4, 2014 09:12
-
-
Save voku/7dd7f6f5746a6636901f to your computer and use it in GitHub Desktop.
basic microformatted hCard: A basic address and URL, marked up using Microformats. From http://snippetlib.com/html/basic_microformatted_hCard - DEMO: http://jsfiddle.net/voku/RLFeG/
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 id="hcard-Christopher-John-Coyier" class="vcard"> | |
<a class="url fn n" href="http://chriscoyier.net"> | |
<span class="given-name">Christopher</span> | |
<span class="additional-name">John</span> | |
<span class="family-name">Coyier</span> | |
</a> | |
<div class="org">CSS-Tricks</div> | |
<a class="email" href="mailto:[email protected]">[email protected]</a> | |
<div class="adr"> | |
<div class="street-address">123 Appleseed Street</div> | |
<span class="locality">Chicago</span>, <span class="region">IL </span> <span class="postal-code">60647</span> | |
<span class="country-name">United States</span> | |
</div> | |
<div class="tel">555-555-5555</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment