XML Header
html documents should include the xml header declaration:
because otherwise some browsers will go into Quirks Mode, even if you include a DOCTYPE or not.
<?xml version="1.0" encoding="ISO-8859-1"?>
because otherwise some browsers will go into Quirks Mode, even if you include a DOCTYPE or not.