geo-examples

From Microformats Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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