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

1man on 06/10/08


Tagged

address microformat


Versions (?)


Use of the adr (address) microformat


Published in: HTML 


Basic usage of the address microformat.

  1. <!--
  2. Use of the address microformat
  3. Usually used inside the hCard microformat
  4. -->
  5. <div class="adr">
  6. <div class="street-address">123 Fake Street</div>
  7. <div class="extended-address">Fake Floor 1</div>
  8. <span class="locality">Fake locality</span>
  9. <span class="region">Fake region</span>
  10. <span class="postal-code">FAK3 0DE</span>
  11. <span class="country-name">Fakeland</span>
  12. </div>
  13.  
  14. <!--
  15. You could also use an unordered list if needed, useful for website footers
  16. -->

Report this snippet 

You need to login to post a comment.