HyperText Markup Language/Tag List/applet

Use

This is a depreciated tag. Used for applying Java Applets to the page. It was also used in conjunction with JavaScript.

Example

<applet cdoebase="file:D:/WebsiteData/Applets/timers/" code="clock.Class" width="300" height="200"> 
  <param name="format" value="twelve" /> 
</applet>

Required attributes

code

For specifying the URL of the applet code.

Optional attributes

align

How the applet is to be aligned with the text and images.

alt

Text that will be displayed if the browser does not support the applet tag.

archive

The name of the .zip file containing the file.

codebase

The class file subdirectory.

height

For specifying the height of the applet.

hspace

The horizontal space around the applet in pixels.

mayscript

Allows the applet to access a JavaScript or vbscript.

name

The name of the applet that will be accessed via a DOM.

vspace

The amount of vertical space around the applet in pixels

width

For specifying the width of the applet.

Standard attributes

More info

A link to a page with more info, then the name of the site the info came from (i.e. W3Schools).

Last modified on 7 October 2010, at 19:52