This section explains to HTML authors how and when to use the
applet
,object
, andembed
tags to add Java applets to Web pages, and provides guidelines for deploying applets on the Internet and Intranets, and for use with different browsers.
This section discusses deploying applets for different browsers and on the Internet vs. an Intranet.
You use the applet
tag to deploy applets to a multi-browser environment.
You use the object
tag to deploy applets that are to be used only with Internet Explorer.
You use the embed
tag to deploy applets that are to be used only with the Mozilla family of browsers.
This section explains how to use HTML or JavaScript to deploy applets in a mixed-browser environment.