![]()
Specifies the relative position from where an HTML document is saved.
The following image formats can be displayed:
GIF format
| JPEG format
| XBM format
| |
The following sound format can be played back:
| Sun audio format (.au) |
![]()
Specifies the color using the following predefined colors:
black
| blue
| cyan
| darkGray
| gray
| green
| lightGray
| magenta
| orange
| pink
| red
| white
| yellow
| |
Other colors are represented in hexadecimal, as follows:
#rrggbb
where rr is the hexadecimal value for the red, gg the value for the green, and bb the value for the blue.
If you specify colors as an applet parameter, use the (|) symbol to separate them:
"red|pink|#334455"
| "||yellow"
| |
![]()
You can change the color of characters of displayed text by specifying with a backslash(\) and color. Some examples are:
"\red red-color \blue blue-color"
| "\ff0000 red-color"
| |
You can cause characters of displayed text to blink by specifying with a backslash(\) and blink. Some examples are:
"\blink blink on"
| "\blink blink on \blink blink off"
| |
![]()