Read about microformats and geo.
Return to Xholon webEdition.
(1) geo/HTModL with no visible content
<div class="geo" id="geo01"> <div class="latitude"></div> <div class="longitude"></div> </div>
(2) geo/HTModL with generic contour styling
(3) geo/HTModL with visible text content and generic contour styling
<div class="geo" id="geo03">GEO: <div class="latitude">45.417</div> <div class="longitude">-75.7</div> </div>
(4) geo/HTModL with visible text content
(5) geo (non-HTModL) with visible text content, using div and span
<div class="geo" id="geo03">GEO: <span class="latitude">45.417</span> <span class="longitude">-75.7</span> </div>
(6) HTModL (non-geo) using HTMLUnknownElement
<geo id="geo06">GEO: <latitude>45.417</latitude> <longitude>-75.7</longitude> </geo>
(7) geo/HTModL with NASA blue marble image