From: Antonio Ospite Date: Fri, 13 Nov 2009 12:36:24 +0000 (+0100) Subject: Fix example for the 'address' element. X-Git-Url: https://git.ao2.it/xhtml11_quickref.git/commitdiff_plain/f900f0bccab921054c4522695c430830a69d0fde?hp=f900f0bccab921054c4522695c430830a69d0fde Fix example for the 'address' element. From http://reference.sitepoint.com/html/address: The address element isn’t used for the purpose that you may expect—that being to mark up a physical location alone. Instead, it’s used to indicate the contact point for the document in which it appears. This element would usually appear in a header or footer on the page. ---