HTML
After the document type declaration,
the remainder of an HTML document is contained by the
HTML element.
Thus, a typical HTML document has this structure:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
...The head, body, etc. goes here...
</HTML>
See also:
The Structure of HTML Documents.
HTML 4.01 Tags
|