The ShinLetter.class file is put to the same folder as the HTML file.
The following is designated with HTML file.

Parameter
Default
Meaning
CODE="ShinLetter.class"Indispensable Name is not changed.
( Possibility that change if source program is changed )
WIDTHIndispensableThe width of the display window is designated.
HEIGHTIndispensableThe height of the display window is designated.
ALIGN
-
You do not have to designate it.
massageTEXT ERORRThe letter line that displays is designated.
fontDialog The font of the letter is designated.
Although it depends in environment the following is produced designated.

TimesRoman
Dialog
Serif
Sanserif
MonoSpaced
DialogInput
fontsize35The size of the font( Point ) is designated.
fonttypePLAIN The type of the letter is designated.
PLAIN
BOLD
ITALIC
speed50The speed of the letter that shines is designated.
backred255The red proportion of the background is designated. ( 0 to 255 )Default designated be white.
backgreen255The green proportion of the background is designated. ( 0 to 255 )
backblue255The blue proportion of the background is designated. ( 0 to 255 )
mojired0The red proportion of the letter is designated. ( 0 to 255 )Default designated be blue.
mojigreen0The green proportion of the letter is designated. ( 0 to 255 )
mojiblue255The blue proportion of the letter is designated. ( 0 to 255 )
shinred255The red of the brightness color is designated. ( 0 to 255 )Default designated be yellow.
shingreen255The green of the brightness color is designated. ( 0 to 255 )
shinblue0The blue of the brightness color is designated. ( 0 to 255 )


As for the following designated contents I am using.
Even the thing that can omit is designating as an example.
<APPLET CODE="ShinLetter.class" WIDTH=540 HEIGHT=70 ALIGN=BOTTOM>
<PARAM NAME="message" VALUE="The Hobby Electronics">
<PARAM NAME="font" VALUE="Dialog">
<PARAM NAME="fontsize" VALUE="50">
<PARAM NAME="fonttype" VALUE="ITALIC">
<PARAM NAME="speed" VALUE="20">
<PARAM NAME="backred" VALUE="0">
<PARAM NAME="backgreen" VALUE="0">
<PARAM NAME="backblue" VALUE="0">
<PARAM NAME="mojired" VALUE="255">
<PARAM NAME="mojigreen" VALUE="0">
<PARAM NAME="mojiblue" VALUE="0">
<PARAM NAME="shinred" VALUE="255">
<PARAM NAME="shingreen" VALUE="255">
<PARAM NAME="shinblue" VALUE="0">
</APPLET>