埋め込み Java アプレット. HTML 4.01 の APPLET 要素の定義 を参照。 この要素は HTML 4.01 では非推奨である。
alignaltarchivecodecodeBaseheighthspacelong型
nameobjectvspacelong型
width
interface HTMLAppletElement : HTMLElement {
attribute DOMString align;
attribute DOMString alt;
attribute DOMString archive;
attribute DOMString code;
attribute DOMString codeBase;
attribute DOMString height;
// Modified in DOM Level 2:
attribute DOMString hspace;
attribute long name;
// Modified in DOM Level 2:
attribute DOMString object;
// Modified in DOM Level 2:
attribute DOMString vspace;
attribute long width;
};