A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/html/elements/applet below:

applet – obsolete · WebPlatform Docs

applet – obsolete applet

For technical reasons, the title of this article is not the text used to call this API. Instead, use applet

Summary

The applet element (<applet>) embeds a Java applet into a web page.

Overview Table
DOM Interface
HTMLAppletElement

The applet element has been deprecated with HTML 4.01 and made obsolete with HTML5.

Examples

The following example shows how to embed Java applet ‘myApplet’ into a web page.

<applet code="myApplet.class" width="500" height="500">
My Java applet goes here!
</applet>
Notes Remarks

To use executable content specified by the applet element, a user’s computer must have a Java Runtime Environment (JRE) solution installed.

Related specifications
HTML 4.01
W3C Recommendation
HTML5
W3C Candidate Recommendation
Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4