Home >Web Front-end >HTML Tutorial >'HTML tag'
The applet tag in HTML is used to set up Java applets on HTML web pages.
Note: The applet tag is deprecated in HTML5. It is recommended to use
Properties | Value |
Description th> |
---|---|---|
URL | Define text alignment around applet | |
URL |
Alternative text displayed when the browser does not support mini programs |
|
URL td> |
The path of the Applet when it is stored in the Java Archive, ie. jar file |
|
URL |
points to the applet class URL |
|
URL |
If Code Attribute is relative, it means the basic URL of the mini program |
|
pixels |
Display the height of the applet |
|
pixels |
Define the left and right spacing around the applet |
|
Name |
Define unique name applet |
|
Name |
Specify a resource that contains a serialized representation of the applet state. |
|
Test |
As shown in the mouse tooltip Additional information |
|
Pixels |
To be above the object and the amount of whitespace inserted below. |
td> |
pixels |
Displays the width of the applet. |
p> |
The above is the detailed content of 'HTML tag'. For more information, please follow other related articles on the PHP Chinese website!