Defines the document type (HTML only).
Type & position: | command, preamble | ||||||||||||
Syntax: | !html_doctype <text> | ||||||||||||
Description: | This command defines the document type. The following options
are available:
If you use frame mode, the DOCTYPE will be defined automatically. | ||||||||||||
Exists since: | Release 6 Patchlevel 16 |
Example:
!html_doctype Strict
HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">