geo-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(geo dl example)
(No difference)

Revision as of 03:09, 24 October 2007

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>

Notes: