/ Published in: HTML
Use of the vCard(hCard) microformat, used to mark up contact details of
people, companies, organisations and places. Includes an download link via X2Vs hcard to vcard-service. Can be styled as a 2-column hcard via CSS (see CSS snippet)
inspired by the hcard implementation by Jon Tangerin (http://jontangerine.com/about/)
people, companies, organisations and places. Includes an download link via X2Vs hcard to vcard-service. Can be styled as a 2-column hcard via CSS (see CSS snippet)
inspired by the hcard implementation by Jon Tangerin (http://jontangerine.com/about/)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# <!-- Use of the vCard(hCard) microformat, used to mark up contact details of people, companies, organisations and places. Includes an download link via X2Vs hcard to vcard-service. Can be styled as a 2-column hcard via CSS) --> <div class="vcard"> <ul class="communication"> <li class="tel"> </li> <li class="email"> <span><a href="mailto:[email protected]" title="Write me an email!">email</a></span><!-- obfuscate email with http://www.zapyon.de/spam-me-not/ --> </li> </ul><!--/end communication --> <ul class="adr"> </ul> </div><!--/vcard--> </div>
URL: http://suda.co.uk/projects/microformats/hcard/