1.

What Are The Attributes Of Applet Tags?

Answer»
  • height : Defines height of applet
  • width: Defines width of applet
  • align: Defines the text alignment around the applet
  • alt: An ALTERNATE text to be displayed if the browser SUPPORT applets but cannot run this applet
  • archive: A URL to the applet when it is STORED in a Java Archive or ZIP file
  • code: A URL that points to the class of the applet
  • CODEBASE: Indicates the base URL of the applet if the code attribute is relative
  • hspace: Defines the horizontal spacing around the applet
  • vspace: Defines the vertical spacing around the applet
  • name: Defines a name for an applet
  • object: Defines the resource name that contains a serialized representation of the applet
  • title: Display INFORMATION in tool tip



Discussion

No Comment Found