13.4 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.
§13.4.1 Specifying HTML/XML version, DOCTYPE, and DTD
§13.4.2 Specifying namespace and language
§13.4.3 Specifying character encoding for HTML
§13.4.4 Including or omitting HTML/XML generator information
§13.4.5 Specifying page titles for HTML output files
§13.4.6 Supplying content for the <meta> tag
§13.4.7 Specifying nonstandard values for declarations
> 13 Converting to HTML/XHTML > 13.4 Supplying values for the <head> element