xhtml11_quickref.git
14 years agoFix example for the 'address' element.
Antonio Ospite [Fri, 13 Nov 2009 12:36:24 +0000 (13:36 +0100)]
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.

14 years agoFix example for the 'dfn' element.
Antonio Ospite [Fri, 13 Nov 2009 12:27:10 +0000 (13:27 +0100)]
Fix example for the 'dfn' element.

From http://reference.sitepoint.com/html/dfn:
  Note that dfn is short for defining instance, not for definition—you
  should not place the actual definition of the term between the opening
  <dfn>  and closing </dfn> tags.

14 years agoMake the code validate
Antonio Ospite [Thu, 16 Jul 2009 15:44:31 +0000 (17:44 +0200)]
Make the code validate

14 years agoInitial version of XHTML 1.1 Quick Reference
Antonio Ospite [Thu, 16 Jul 2009 14:56:38 +0000 (16:56 +0200)]
Initial version of XHTML 1.1 Quick Reference