groups

name language licence
Dock Menu HTML HTML Other
XHTML 1.0 Transitional HTML Other
pre scroll-box HTML Other
4 Column Layout - float style HTML Other
hCard - Microformats HTML GPL 2
2 column - Fluid - same length - HTML HTML Other
img HTML Other
3 Column Layout - margin style HTML Other

< 1 2 3 4 >



language: HTML
licence: GPL 2

hCard - Microformats

options: view full snippetsend to code collector
<div class="vcard">
  <a class="fn org url" href="http://www.commerce.net/">CommerceNet</a>
  <div class="adr">
    <span class="type">Work</span>:
    <div class="street-address">169 University Avenue</div>
    <span class="locality">Palo Alto</span>,  
    <abbr class="region" title="California">CA</abbr>  
    <span class="postal-code">94301</span>
    <div class="country-name">USA</div>
  </div>
  <div class="tel">
   <span class="type">Work</span> +1-650-289-4040
  </div>
  <div class="tel">
    <span class="type">Fax</span> +1-650-289-4041
	
(Continues...)