Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML applet definition

Syntax

<applet>

Description

Deprecated in favor of object. The applet element is used to embed Java applets in HTML documents. A Java applet is a Java program that can be included in a HTML page.

Attributes

Attribute Description
codebase = url Defines the base URL of the applet if the code attribute is relative.
code = cdata Defines the URL that points to the applet.
name = cdata Defines a name for the applet.
archive = url-list URL to the applet when it is stored in a ZIP archive.
object = cdata Defines the name of the resource that contains a serialized representation of the applet.
width = width Defines the width of the applet.
height = height Defines the height of the applet.
common attributes  

Version

HTML 4.01: Deprecated.

XHTML 1.0 Strict: Not supported.

  • Comments

No comments added.