12.3 Supplying values for the <head> element
Mif2Go normally provides a header that indicates compliance with W3C's HTML 4 specification. The default header includes a "transitional" qualifier that permits use of some formatting code that in HTML 4 is deprecated in favor of CSS. Unfortunately, browsers have not quite managed yet to implement CSS well enough so that you can depend on CSS alone; not even CSS1, let alone CSS2. So "strict" compliance has to wait.
§12.3.1 Specifying HTML/XML version, DocType, and DTD
§12.3.2 Specifying namespace and language
§12.3.3 Specifying character encoding for HTML
§12.3.4 Specifying the HTML generator
§12.3.5 Specifying page titles for HTML output files
§12.3.6 Supplying content for the <meta> tag
§12.3.7 Specifying nonstandard values for declarations
> 12 Converting to HTML > 12.3 Supplying values for the <head> element
