Trail: Deployment
Lesson: Applets
Section: Deploying Applets
Using the embed Tag
Using the embed Tag

You use the embed tag to deploy applets that are to be used only with the Mozilla family of browsers.

Following is an example of the embed tag:

<embed code="Applet1.class"
  width="200" height="200"
  type="application/x-java-applet;version=1.6.0"
  pluginspage="http://java.sun.com/javase/downloads"/>

The type attribute can have one of two forms:

Previous page: Using the object Tag
Next page: Deploying Applets in a Mixed-Browser Environment