HyperText Markup Language/Tag List/applet
Use
editThis is a depreciated tag. Use <object/>
instead. It was used for applying Java Applets to the page. It was also used in conjunction with JavaScript.
Example
edit<applet codebase="file:D:/WebsiteData/Applets/timers/" code="clock.class" width="300" height="200">
<param name="format" value="twelve" />
</applet>
Required attributes
editcode
editFor specifying the URL of the applet code.
Optional attributes
editalign
editHow the applet is to be aligned with the text and images.
alt
editText that will be displayed if the browser does not support the applet tag.
archive
editThe name of the .zip file containing the file.
codebase
editThe class file subdirectory.
height
editFor specifying the height of the applet.
hspace
editThe horizontal space around the applet in pixels.
mayscript
editAllows the applet to access a JavaScript or vbscript.
name
editThe name of the applet that will be accessed via a DOM.
vspace
editThe amount of vertical space around the applet in pixels.
width
editFor specifying the width of the applet.
Standard attributes
editMore info
editA link to a page with more info, then the name of the site the info came from (i.e. W3Schools).