hcard (for person)


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <div class="vcard">
  2. <div class="fn">Joe Doe</div>
  3. <div class="nickname">Jo</div>
  4. <div class="org">The Example Company</div>
  5. <div class="tel">604-555-1234</div>
  6. <a class="url" href="http://example.com/">http://example.com/</a>
  7. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.