📅  最后修改于: 2020-11-04 00:52:09             🧑  作者: Mango
HTML
还不建议使用Java applet,并且大多数浏览器不支持使用插件。
注意:
以下是一些有关的规格
Display | Block |
Start tag/End tag | Both Start tag and End tag |
Usage | Embed Applets |
Applet Tag
Example of Applet Tag
特定属性
Attribute name | Value | Description |
---|---|---|
code | URL | It specifies the URL of Java applet class file. |
width | pixels | It specifies the display width of the applet panel. |
height | pixels | It specifies the display height of applet panel |
align |
|
It specifies the position of applet application relative to surrounding content. |
alt | text | It is used to display alternative text in case browser does not support Java. |
archive | URL | This specifies the archived or compressed version of an applet application. |
object | name | It specifies the URL or reference to a serialized representation of an applet. |
codebase | URL | It specifies the exact or relative URL of applets .class file specified in the code attribute. |
hspace | pixels | It specifies the horizontal space around the applet. |
vspace | pixels | It specifies the vertical space around the applet. |
name | name | It specifies the name for the applet |
Element | Chrome | IE | Firefox | Opera | Safari |
Not supported | Not Supported | Yes | Not Supported | Yes |