Archive for 'XHTML syntax' Category

XHTML syntax

By Steve Monas - Last updated: Tuesday, June 15, 2010

Three major differences exist between HTML and XHTML: 1)      XHTML requires lowercase names in markup tags for all elements and attributes, such as <body>. Using an uppercase or mixed-case name, such as <BODY> or <BoDy>, (which are perfectly acceptable for HTML 4.01) will trigger a syntax error when verifying any XHTML code with the W3C [...]