applet tag (XHTML 1.0)
Java appletPlease be aware that this tag is deprecated within the XHTML 1.0 specification! Look below for more details on an alternative.
Attributes
| Attribute | Deprecated | Required | Description |
|---|---|---|---|
| align | X | vertical or horizontal alignment | |
| alt | short description | ||
| archive | X | comma-separated archive list | |
| class | space-separated list of classes | ||
| code | applet class file | ||
| codebase | optional base URI for applet | ||
| dir | direction for weak/neutral text | ||
| height | X | X | initial height |
| hspace | X | horizontal gutter | |
| id | document-wide unique id | ||
| lang | language code | ||
| name | X | allows applets to find each other | |
| object | serialized applet file | ||
| src | |||
| style | associated style info | ||
| title | advisory title | ||
| vspace | X | vertical gutter | |
| width | X | initial width |
Events
| Event | Description |
|---|---|
| onclick | a pointer button was clicked |
| ondblclick | a pointer button was double clicked |
| onkeydown | a key was pressed down |
| onkeypress | a key was pressed and released |
| onkeyup | a key was released |
| onmousedown | a pointer button was pressed down |
| onmousemove | a pointer was moved within |
| onmouseout | a pointer was moved away |
| onmouseover | a pointer was moved onto |
| onmouseup | a pointer button was released |
© htmlpedia.net 2008 - 2012