| <b> | The following text will be displayed bold. |
| </b> | End of bold text. |
| <i> | The following text will be displayed italic.
You can combined bold and italic. |
| </i> | End of italic text. |
| <font family=[String] size=[int]> | Font family name and size (in points)
for the following text. |
| <color value=[int,int,int]> | Color of the following text. The three
integer values are the red,green,blue (RBG) values of the color (each 0-255).
|
| <img src=[URL|file] width=[int] height=[int] border=[int]> |
Definition of an image. "src" is the URL or file name of the image, "width"
and "height" the size of the image, and "border" in the free space to the left
and right side of the image (in pixel). |
| < | The "lower than" character (<). |
| > | The "greater than" character (>). |