1. What are microformats?

    March 1st, 2006 W3C Technical Plenary Day

    Tantek Çelik Chief Technologist Technorati
  2. (cc) Creative Commons BY
  3. W3C Technical Plenary Agenda

  4. hCard markup example

    
    
                               http://tantek.com/
                               Tantek 
                                Çelik
    
                         Chief Technologist
                          http://technorati.com
       Technorati
    
    
  5. hCard markup example

    
    <address              > 
     <a                  href="http://tantek.com/">
      <span                   >Tantek</span> 
      <span                    >Çelik</span>
     </a>
     <span              >Chief Technologist</span>
     <a             href="http://technorati.com">
       Technorati</a>
    </address>
    
  6. hCard markup example

    
    <address class="vcard"> 
     <a class="url fn n" href="http://tantek.com/">
      <span class="given-name">Tantek</span> 
      <span class="family-name">Çelik</span>
     </a>
     <span class="title">Chief Technologist</span>
     <a class="org" href="http://technorati.com">
       Technorati</a>
    </address>
    
  7. hCard markup example

    
    <address class="vcard">
     <a class="url fn n" href="http://tantek.com/">
      <span class="given-name">Tantek</span> 
      <span class="family-name">Çelik</span>
     </a>
     <span class="title">Chief Technologist</span>
     <a class="org" href="http://technorati.com">
       Technorati</a>
    </address>
    
  8. Road to Microformats

  9. Road to Microformats

  10. Microformats Principles

  11. Microformats Principles

  12. Microformats Principles

  13. Microformats & Implementations

  14. Microformats Community

  15. Microformats Exercise for the Reader

  16. Colophon