From f900f0bccab921054c4522695c430830a69d0fde Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 13 Nov 2009 13:36:24 +0100 Subject: [PATCH] Fix example for the 'address' element. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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. --- xhtml11_quick_reference_by_examples.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/xhtml11_quick_reference_by_examples.html b/xhtml11_quick_reference_by_examples.html index f8d6e32..38dd439 100644 --- a/xhtml11_quick_reference_by_examples.html +++ b/xhtml11_quick_reference_by_examples.html @@ -392,9 +392,13 @@ They are all style-able.
address
- Antonio is from -
Naples, Italy
- a strange, still beautiful, city. +
+ Antonio is from
+ Naples, Italy, + a strange, still beautiful, city.
+ His website is at ao2.it +
blockquote
-- 2.1.4