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

LeeRJohnson on 10/04/07


Tagged

phone html leerjohnson address contact voice telephone


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

vali29


Simple Address Contact


Published in: HTML 


  1. <address id="SiteContact" class="contact" title="Contact Information">
  2. Contact Me:<br />
  3. <span class="adr">6255 McLeod Lane N.E.<br />
  4. Kiezer, OR 97303<br />
  5. USA</span><br />
  6. <a class="tel" href="voice:+15038516041">+1 503 851 6041</a><br />
  7. <a class="email" href="mailto:design@leerjohnson.com">design@leerjohnson.com</a>
  8. </address>

Report this snippet 

You need to login to post a comment.