
APPLET
<APPLET
ACCESSKEY=string
ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | RIGHT | TEXTTOP | TOP
CODE=string
CODEBASE=string
DISABLED
HSPACE=variant
CLASS=string
ID=string
LANG=string
LANGUAGE=JAVASCRIPT | JSCRIPT | VBS | VBSCRIPT
MAYSCRIPT
NAME=string
SRC=string
STYLE=string
TITLE=string
VSPACE=string
event = script
>
!DOCTYPE
<
!DOCTYPE>
Specifies the DTD the document corresponds to.
Different versions may be used depending on the level of compatibility the author wishes to indicate. In the examples below, the first indicates compatibility with the HTML 3.2 DTD; the second indicates a strict adherence to the HTML 4.0 DTD.
Examples
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">