通过X2V提供vcard下载链接的hCard
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过X2V提供vcard下载链接的hCard相关的知识,希望对你有一定的参考价值。
Use of the vCard(hCard) microformat, used to mark up contact details ofpeople, 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/)
# <!-- 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>
以上是关于通过X2V提供vcard下载链接的hCard的主要内容,如果未能解决你的问题,请参考以下文章