We Recommend

HTML: The Definitive Guide HTML: The Definitive Guide
They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference.


Posted By

kaminogoya on 07/04/06


Tagged

microformats


Versions (?)


Who likes this?

44 people have marked this snippet as a favorite

tylerhall
Bunker
designerd
alvaroisorna
joernba
gardano
arturo
samuraicoder
ndegruchy
jkochis
kgosser
flodar
px
zensir
djustnl
brook
mountchuck
1976dan
isaac
derola
willbolton
mjlassila
hollowmyth
manub
tmarkiewicz
robotoverlord
rich13
neuroasis
sbbath
j_junyent
SamuelMiller
LeeRJohnson
Davin
cbrant
skywalker
stphnclysmth
ds
SpinZ
markor
sergiomco
shalo
jonhenshaw
Arzakon
wiired


hCard (Microformat for vCard)


Published in: HTML 


URL: http://microformats.org/wiki/hcard

hCard is a simple, open, distributed contact information format for people, companies, and organizations.


  1. <div class="vcard">
  2. <p class="fn n"><span class="given-name">Taichi</span> <span class="family-name">Kaminogoya</span></p>
  3. <img src="/common/img/kaminogoya.png" class="photo" alt="Taichi Kaminogoya" width="50" height="50" />
  4. <li><a class="url" href="http://2xup.org/" title="2xup">http://2xup.org/</a></li>
  5. <li><a class="email" href="mailto:your@mail.address" title="Mail to Taichi Kaminogoya">your@mail.address</a></li>
  6. <li class="adr"><span class="locality">Tokyo</span>, <span class="country-name">Japan</span></li>
  7. </ul>
  8. </div>

Report this snippet 

Comments

RSS Icon Subscribe to comments
Posted By: jonhenshaw on April 17, 2008

I added the Microformat info.

Posted By: vsync on January 30, 2008

You should state that its part of the Microformats system. see also: http://microformats.org/wiki/hcard

You need to login to post a comment.