<APPLET CODE=TypeWriter WIDTH=480 HEIGHT=110> <PARAM NAME="FontFace" VALUE="Courier"> <PARAM NAME="FontStyle" VALUE="Bold"> <PARAM NAME="FontSize" VALUE="12"> <PARAM NAME="BackColor" VALUE="34,22,161"> <PARAM NAME="ForeColor" VALUE="255,255,150"> <PARAM NAME="Speed" VALUE="50"> <PARAM NAME="Delay" VALUE="4000"> <PARAM NAME="Text1" VALUE="Ihr 1.Text"> <PARAM NAME="Text2" VALUE="Ihr 2.Text"> <PARAM NAME="Text3" VALUE="Ihr 3.Text"> <PARAM NAME="Text4" VALUE="und so weiter"> </APPLET>
"FontFace" = Schriftart "FontStyle" = Schriftstil "FontSize" = Schriftgrösse "BackColor" = Hintergrundfarbe in RGB-Werten "ForeColor" = Textfarbe in RGB-Werten "Speed" = Schreibgeschwindigkeit "Delay" = Anzeigedauer in Millisekunden "Text1" - "Textx" = Ihr Text
??