< All the HTML Tags >

<applet></applet>

Video Coming Soon...

  • applet

    Tag Type

    inline

    Tag Category

    content

    Defines an embedded Java applet

    Viewed

    1

    Examples

    1

Definition:

The HTML <applet> tag was used to embed Java applets into a webpage, but it is now obsolete and no longer recommended.

This tag has been replaced by more modern methods such as <embed> and <object>. Most browsers no longer support <applet>, and its use is discouraged due to security vulnerabilities and poor performance.

Attributes:

Deprecated in HTML5, align, alt, archive, code, codebase, height, hspace, name, object, vspace, width

Accessibility:

Coming Soon…

Default applet Example:

Using the <applet> tag to embed a Java applet.
<applet code="Example.class"></applet>

Default applet Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…