Thursday, 11 September 2014

HTML

XML Header

html documents should include the xml header declaration:

<?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.