HTML 4.01 Element Reference
By Lee Underwood
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:
|
- align*
- alt
- archive
- class
- code*
- codebase*
- height*
- hspace*
- id
- name*
- object*
- style
- title
- vspace*
- width*
|
* 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/