chickadee » doctype » doctype-xhtml-1.0-frameset

doctype-xhtml-1.0-strict constant
doctype-html-4.01-strict constant
doctype-xhtml-1.0-transitional constant
doctype-html-4.01-transitional constant
doctype-xhtml-1.0-frameset constant
doctype-html-4.01-frameset constant
doctype-html-3.2 constant
doctype-html-2.0 constant

Strings corresponding to the "obsolete permitted" HTML and XHTML doctypes. In general it is safe to use doctype-html instead, as the doctype is typically only used to switch browsers into standards mode, and all known browsers do this with doctype-html.

;doctype-html-4.01-strict
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">