Explain Applet tag
The <applet> tag defines an embedded applet in a web page. In its simplest use, <applet> tag requires the use of CODE (to tell what applet file to load), WIDTH (to tell how wide the applet should be), and HEIGHT (to tell how tall the applet should be).
The other attributes that can go with the <applet> tag are explained as below:
CODEBASE: path to the applet class.
ALIGN: alignment of applet to surrounding text.
VSPACE: vertical space between applet and surrounding text.
HSPACE: horizontal space between applet and surrounding text BORDER: empty space surrounding the applet.
NAME: name of applet for reference by other applets.
ARCHIVE: a compressed collection of applet components.
MAYSCRIPT: If Java can use JavaScript
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment