HTML

Document type for HTML (top level container). In HTML documents there is a HEAD and BODY. These would confuse XML authors and so the body content of HTML is used within the X.HTML container (which also has additional attributes). (HTML 2.0)

From the HTML 2.0 DTD:


Document Type Definition for the HyperText Markup Language
(HTML DTD)

$Id: html.dtd,v 1.29 1995/08/04 17:50:22 connolly Exp $

Author: Daniel W. Connolly <connolly@w3.org>
See Also: html.decl, html-1.dtd
http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html

<!ENTITY % HTML.Version
"-//IETF//DTD HTML 2.0//EN"

-- Typical usage:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
...
</html>
--
>


Content


ATTRIBUTES
CONTENT DECLARATION

Tag Minimization
Open Tag: OPTIONAL
Close Tag: OPTIONAL

Parent Elements

None


Top Elements
All Elements
Tree


cml DTD