Web HTML-HTML.com
You are here: HTML > Applets > <APPLET ...>

Attribute for <APPLET ...>
WIDTH ="width expression"

WIDTH tells how wide the applet should be. WIDTH is required.

this code produces this
<APPLET
CODE="MyApplet.class"
WIDTH=150 HEIGHT=50>
<PARAM NAME=TEXT VALUE="Yes!">
</APPLET>

<APPLET HEIGHT="..."> >>>

          

Copyright © 2002-10 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com