Learn HTML Code Tutorial Reference Guide

Attribute for <APPLET ...>
HEIGHT = "height expression"

HEIGHT tells how tall the applet should be. HEIGHT is required.

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

For applets which use pictures, HEIGHT will often need to be the height of the image or images being used.

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial