geo-examples

From Microformats Wiki
Revision as of 00:41, 25 October 2007 by Tantek (talk | contribs) (a few links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

geo examples

Additional usage/markup examples of the geo microformat.

Using the dl element

<dl>
	<dt>Geo</dt>	 
	<dd class="geo">	 
		<dl>
			<dt>Latitude</dt>	 
			<dd><abbr class="latitude" title="45.498677">45°34' 13" N</abbr></dd>	 
			<dt>Longitude</dt>	 
			<dd><abbr class="longitude" title="-73.570260">73°29' 55" W</abbr></dd>	 
		</dl>	 
	</dd>
</dl>

See also