HTML
Description
The
HTML
tag identifies a document as an HTML document. All HTML documents should start with the
<HTML>
tag and end with the
</HTML>
tag.
Syntax
<HTML> .. <BODY>....</BODY> </HTML>
Attributes
No Attributes.
Tag Ref. A-Z
Bill Kennelly ©1999 - 2000
Tag Groups