geo-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(geo dl example)
 
m (a few links)
 
Line 1: Line 1:
<h1>geo examples</h1>
Additional usage/markup examples of the [[geo]] microformat.
== Using the dl element ==
== Using the dl element ==
<pre>
<pre>
Line 13: Line 17:
</dl>
</dl>
</pre>
</pre>
Notes:
 
* See also [[geo-brainstorming]]
== See also ==
* [[geo]]
* [[geo-brainstorming]]
* [[hcard]]
* [[hcard-examples]]

Latest revision as of 00:41, 25 October 2007

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