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

Parameter
Default
Meaning
CODE="Diamond.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.
r100The radius of the diagram that displays is designated with pixel.
node16The node number that displays is designated.


As for the following designated contents I am using.
Even the thing that can omit is designating as an example.
<APPLET CODE="Diamond.class" WIDTH=200 HEIGHT=200 ALIGN=BOTTOM>
<PARAM NAME="r" VALUE="100">
<PARAM NAME="node" VALUE="13">
</APPLET>