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

Attribute for <APPLET ...>
HSPACE =integer

this code produces this
<APPLET
CODE="MyApplet.class"
HEIGHT=125 WIDTH=75
ALIGN=LEFT
HSPACE=1>
<PARAM NAME=TEXT VALUE="Welcome">
</APPLET>
Welcome to My Town.

Ain't it a great place?

<APPLET
CODE="MyApplet.class"
HEIGHT=125 WIDTH=75
ALIGN=LEFT
HSPACE=15>
<PARAM NAME=TEXT VALUE="Welcome">
</APPLET>
Welcome to My Town.

Ain't it a great place?

<APPLET BORDER="..."> >>>

          

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