|
|
Return to HTML 4.01 element index page
Name: Applet
<applet> ... </applet>
Description: Embeds a Java applet into an HTML document.
Browser Compatibility: NN: 1.0+ / IE: 2.0+
| Attributes: |
|
* Deprecated
Code Example:
<applet code="ticker.class"
align="right"
archive="ticker.zip"
height="30" width="250">
</applet>
Comments: Deprecated in favor of <object>.
| ||||||||||||||||||||
Created: March 15, 2005
URL: http://webreference.com/html/reference/specs/