DOM Object: HTMLAppletElement
|
Property/Method |
Functional Description |
Data |
Test Case |
|---|---|---|---|
| align | Aligns this object (vertically or horizontally) with respoect to its surrounding text. | "Right" | hapl001.html |
| alt | Alternate text for user agents not rendering the normal content of this element. | "Marvin Rocks in Mozilla" | hapl002.html |
| archive | Comma-separated archive list. | "NevousText.class" | hapl003.html |
| code | Applet class file. | "java/NevousText.class" | hapl004.html |
| codeBase | Optional base URI for applet. | "/ckritzer/domhtml/ http://people.netscape.com/ckritzer/" | hapl005.html |
| height | Override height. | 50 | hapl006.html |
| hspace | Horizontal space to the left and right of this image, applet, or object. | 10 | hapl007.html |
| name | The Name of the applet. | "MarvinRocks" | hapl008.html |
| object | Serialized applet file. | "NevousText.class" | hapl009.html |
| vspace | Vertical space above and below this image, applet, or object. | 10 | hapl010.html |
| width | Override width. | "375 | hapl011.html |