mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
51 lines
1.7 KiB
HTML
51 lines
1.7 KiB
HTML
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
</head>
|
|
<body>
|
|
<h1>This example is taken from <a href="http://microformats.org/wiki/hcard-examples">http://microformats.org/wiki/hcard-examples</a></h1>
|
|
|
|
<div class="vcard">
|
|
<span class="fn n">
|
|
<a class="url" href="http://t37.net">
|
|
<span class="given-name">Fréderic</span>
|
|
<span class="family-name">de Villamil</span>
|
|
</a>
|
|
</span>
|
|
<span class="nickname">neuro</span>
|
|
<a class="email" href="mailto:neuroNOSPAM@t37.net">
|
|
<span class="type">pref</span><span>erred email</span>
|
|
</a>
|
|
<span class="org">Omatis</span>
|
|
<span class="adr">
|
|
<abbr class="type" title="dom">France</abbr>
|
|
<span class="type">home</span> address
|
|
<abbr class="type" title="postal">mail</abbr> and
|
|
<abbr class="type" title="parcel">shipments</abbr>:
|
|
<span class="street-address">12 rue Danton</span>
|
|
<span class="locality">Le Kremlin-Bicetre</span>
|
|
<span class="postal-code">94270</span>
|
|
<span class="country-name">France</span>
|
|
</span>
|
|
<span class="geo">
|
|
<abbr class="latitude" title="48.816667">N 48° 81.6667</abbr>
|
|
<abbr class="longitude" title="2.366667">E 2° 36.6667</abbr>
|
|
</span>
|
|
</div>
|
|
|
|
<h1>This example is taken from <a href="http://microformats.org/wiki/hCalendar">http://microformats.org/wiki/hCalendar</a></h1>
|
|
|
|
<div class="vevent">
|
|
<a class="url" href="http://conferences.oreillynet.com/pub/w/40/program.html">
|
|
http://conferences.oreillynet.com/pub/w/40/program.html
|
|
</a>
|
|
<span class="summary">Web 2.0 Conference</span>:
|
|
<abbr class="dtstart" title="2005-10-05">October 5</abbr>-
|
|
<abbr class="dtend" title="2005-10-07">7</abbr>,
|
|
at the <span class="location">Argent Hotel, San Francisco, CA</span>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|