Applet Element Tutorial
<applet>
Introductory Text
The applet element was a Java-specific variant of the embed element.
[Note: This element has been deprecated in HTML 4.01; HTML 5 obsoleted it.]
- Start tag:
<applet>- End tag:
</applet>
Use Examples
- Example [Basic]:
-

[This is not an actual Applet. They don't exist. And, if it was—Blacky's eyes would be spinning like hypnotizing pinwheels.]
- Code [HTML]:
-
<applet code="Menehune.class" id="Pscyhedelic" width="172" height="288"> <param name="image" value="very-small-scaredy-cat.jpg"> <param name="overlay" value="wa.png"> <param name="href" value="http://www.flying-monkeys-in-the-foundry.com"> </applet>
Content Model/Assigned Attributes
- Element-Type:
- Text-Level
- Attributes:
</applet>
