HomeH...!html_description!html_favicon_name
User Manual UDO > Command index > H... Index

!html_doctype

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:
Old HTML 3.2
Strict HTML 4.01 Strict
Transitional HTML 4.01 Transitional
5 HTML 5
XHTML Strict XHTML Strict
XHTML Transitional XHTML Transitional

If you use frame mode, the DOCTYPE will be defined automatically.
Exists since: Release 6 Patchlevel 16

Example:

Before:
!html_doctype Strict

Afterwards:
HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">

Copyright © www.udo-open-source.org (Contact)
Last updated on May 19, 2014

HomeH...!html_description!html_favicon_name